Page 1 of 1

64 bit Unicode Windows

Posted: Fri Jul 01, 2011 5:33 am
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.

Re: 64 bit Unicode Windows

Posted: Fri Jul 01, 2011 8:47 am
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

Re: 64 bit Unicode Windows

Posted: Fri Jul 01, 2011 4:01 pm
by newbietocodelite
Got it working. You guys make a awesome ide.