Can codelite do a straight 64bit winapi unicode windows app? If so, how do I set it up for that?
Using: codelite 2.10.0.4778 mingw 4.4.1
Note: was able to get 32 bit version with partial unicode setup and running.
64 bit Unicode Windows
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Jul 01, 2011 5:13 am
- Genuine User: Yes
- IDE Question: c++
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: 64 bit Unicode Windows
codelite is not a compiler.newbietocodelite wrote:Can codelite do a straight 64bit winapi unicode windows app?
You need to install a MinGW64 compiler with all the WinAPI and configure it inside codelite
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Jul 01, 2011 5:13 am
- Genuine User: Yes
- IDE Question: c++
Re: 64 bit Unicode Windows
Got it working. You guys make a awesome ide.