Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
Win32 Project
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Win32 Project (Read 3443 times)
f2099
Multiple posting newcomer
Posts: 21
Win32 Project
«
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!
Logged
MortenMacFly
Administrator
Lives here!
Posts: 9702
Re: Win32 Project
«
Reply #1 on:
April 29, 2011, 08:37:18 pm »
Create a C project using thew wizard, then exchange the
main.c
file with yours.
Logged
Compiler logging
: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual
:
https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ
:
https://wiki.codeblocks.org/index.php?title=FAQ
f2099
Multiple posting newcomer
Posts: 21
Re: Win32 Project
«
Reply #2 on:
April 29, 2011, 09:03:16 pm »
Thanks!
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
General (but related to Code::Blocks)
»
Win32 Project