Re: [CMake] windows mobile visual studio 2005 project files

2007-12-01 Thread Alexander Adam
Hi, Well, yes that's certainly possible yet AFAIK you need a WinMain at least, I can't get anything else compiled on Windows CE / Mobile.. Alex On Nov 30, 2007 12:08 AM, Hendrik Sattler [EMAIL PROTECTED] wrote: Am Donnerstag 29 November 2007 schrieb Alexander Adam: You can't build the

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Alexander Adam
Hi Alex :) Sorry, I think my previous mail was sent only to you, not the list at all. Anyway, one main issue I remember we've had with making mobile platform support is that cmake wants to compile some simple files to check the compiler.. and as WinCE doesn't support int main() .. nor does it

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Alexander Neundorf
On Thursday 29 November 2007, Alexander Adam wrote: Hi Alex :) Sorry, I think my previous mail was sent only to you, not the list at all. Anyway, one main issue I remember we've had with making mobile platform support is that cmake wants to compile some simple files to check the compiler..

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-29 Thread Hendrik Sattler
Am Donnerstag 29 November 2007 schrieb Alexander Adam: You can't build the following ? int main() {return 0;} So what is the most simple executable you can build ? Well, for windows mobile, you're required to have a _WinMain startup entry, otherwise you can't build as Windows CE doesn't

[CMake] windows mobile visual studio 2005 project files

2007-11-26 Thread Jesse Corrington
Is there anyway to get CMake to generate visual studio 2005 project files that will build for windows mobile 5 and 6? ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] windows mobile visual studio 2005 project files

2007-11-26 Thread Alexander Neundorf
On Monday 26 November 2007, Jesse Corrington wrote: Is there anyway to get CMake to generate visual studio 2005 project files that will build for windows mobile 5 and 6? Currently not, but it shouldn't be a lot of work. You need cmake cvs, probably a new Modules/Platform/WindowsMobile.cmake