Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: f2099 on April 29, 2011, 05:35:07 pm

Title: Win32 Project
Post 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!
Title: Re: Win32 Project
Post by: MortenMacFly on April 29, 2011, 08:37:18 pm
Create a C project using thew wizard, then exchange the main.c file with yours.
Title: Re: Win32 Project
Post by: f2099 on April 29, 2011, 09:03:16 pm

   Thanks!