64 bit Unicode Windows

CodeLite installation/troubleshooting forum
newbietocodelite
CodeLite Curious
Posts: 2
Joined: Fri Jul 01, 2011 5:13 am
Genuine User: Yes
IDE Question: c++

64 bit Unicode Windows

Post by newbietocodelite »

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.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: 64 bit Unicode Windows

Post by eranif »

newbietocodelite wrote:Can codelite do a straight 64bit winapi unicode windows app?
codelite is not a compiler.

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
newbietocodelite
CodeLite Curious
Posts: 2
Joined: Fri Jul 01, 2011 5:13 am
Genuine User: Yes
IDE Question: c++

Re: 64 bit Unicode Windows

Post by newbietocodelite »

Got it working. You guys make a awesome ide.
Post Reply