Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: f2099 on April 29, 2011, 05:35:07 pm
-
Hi everyone! How do I create a Win32 application in CodeBlocks from scratch, with the main file being a C file? Thanks in advance!
-
Create a C project using thew wizard, then exchange the main.c file with yours.
-
Thanks!