News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Creating a C Win32 GUI Project?

Started by mikedep333, April 23, 2007, 02:46:34 AM

Previous topic - Next topic

mikedep333

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.

TDragon

Just rename the file to a .c extension; the generated code is all kosher C.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

mikedep333