Page 1 of 1
CodeLite can compile for Windows 7 ?
Posted: Thu Aug 05, 2010 7:27 pm
by rbon
Hi,
CodeLite last version (2.6.0.4189) can compile a 32 bit program (.exe) for run under Windows 7 ?
(Visual Studio 2008 require Windows SDK for Windows 7).
Re: CodeLite can compile for Windows 7 ?
Posted: Fri Aug 06, 2010 5:52 pm
by eranif
I am not sure what the question is, in any case, if you can set up the tools required - then yes, codelite is able to compile for Windows 7.
FYI: codelite is not a compiler
Eran
Re: CodeLite can compile for Windows 7 ?
Posted: Sat Aug 07, 2010 7:24 pm
by rbon
FYI: codelite is not a compiler
Excuse me... I refer to CodeLite with GCC (codelite-2.6.0.4189-mingw4.4.1.exe).
Re: CodeLite can compile for Windows 7 ?
Posted: Sat Aug 07, 2010 8:53 pm
by eranif
Yes it can. I am using it to compile codelite itself under Windows 7. What is the problem that you are trying to solve?
Eran
Re: CodeLite can compile for Windows 7 ?
Posted: Sun Aug 08, 2010 8:08 pm
by rbon
Thanks for Your reply.
I am trying to import in CodeLite a source in C++ of a project written for Visual Studio (an open source editor), but I have to learn C++ before other experiment.
Thanks again.