Author Topic: Win32 Project  (Read 3136 times)

Offline 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!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
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.
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

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Win32 Project
« Reply #2 on: April 29, 2011, 09:03:16 pm »

   Thanks!