Text only
|
Text with Images
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!
Text only
|
Text with Images