Win32 project
-
- CodeLite Curious
- Posts: 5
- Joined: Wed Oct 22, 2014 12:52 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Win32 project
How can I create a plain Win32 project in CodeLite?
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Win32 project
Perhaps select 'console'
WorkSpace -> New Project -> select console 'simple executable gcc' or 'simple executable g++' probably what you want.
WorkSpace -> New Project -> select console 'simple executable gcc' or 'simple executable g++' probably what you want.
-
- CodeLite Curious
- Posts: 5
- Joined: Wed Oct 22, 2014 12:52 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Win32 project
I will try that tonight. I hope I can figure out all the header files I have to include.