Win32 project

General questions regarding the usage of CodeLite
Leauki
CodeLite Curious
Posts: 5
Joined: Wed Oct 22, 2014 12:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Win32 project

Post by Leauki »

How can I create a plain Win32 project in CodeLite?
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Win32 project

Post by Gibbon1 »

Perhaps select 'console'

WorkSpace -> New Project -> select console 'simple executable gcc' or 'simple executable g++' probably what you want.
Leauki
CodeLite Curious
Posts: 5
Joined: Wed Oct 22, 2014 12:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Win32 project

Post by Leauki »

I will try that tonight. I hope I can figure out all the header files I have to include. :-)
Post Reply