Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mikedep333 on April 23, 2007, 02:46:34 am

Title: Creating a C Win32 GUI Project?
Post by: mikedep333 on April 23, 2007, 02:46:34 am
Hi,

I just taught myself programming in C itself, now I am working on programming in win32. However, when I go to create a win32 GUI project, it automatically makes my project in C++. How do I create a C win32 GUI project? I tried searching for this, but instead I get tons of words with the letter c in them.
Title: Re: Creating a C Win32 GUI Project?
Post by: TDragon on April 23, 2007, 04:08:34 am
Just rename the file to a .c extension; the generated code is all kosher C.
Title: Re: Creating a C Win32 GUI Project?
Post by: mikedep333 on April 23, 2007, 11:30:18 pm
Alright, thanks alot.