Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-04 Thread NoRulez
Hello Bill,i think the problem is solved. CMake generates valid VS 2012 / VS 11 solution files.The problem is that VS 2012 Express doesn't support desktop applications, only metro style apps.I've tested the same solution file with VS 2012 Ultimate

[CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread NoRulez
Hello, I tried to create a visual studio 2012 solution under Windows 8 Release Preview. This solution contains for demo purpose only a main.cpp file I tried the 32 bit variant and the cmake -G "Visual Studio 11" ..\source 64 bit variant: cmake -G "Visual Studio 11 Win64" ..\source After I load

Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread Klaim - Joël Lamotte
I'm using CMake 2.8.8 to generate VS2012 RC projects in Win 7 (with last updates), I have no such problem. The only problems I have seems to have been fixed in the trunk for CMake 2.8.9 but I didn't try. I never seen the problem you present, but if you use the same version of CMake than me, then

Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread norulez
I read other posts and i think it has to do with that, that i would like to double click on the *.sln file to open it. I don't know if this should already be fixed in 2.8.8 Best Regards Am 03.08.2012 um 22:47 schrieb Klaim - Joël Lamotte mjkl...@gmail.com: I'm using CMake 2.8.8 to generate

Re: [CMake] CMake creates incompatible VS 2012 (VS 11) solution

2012-08-03 Thread Bill Hoffman
On 8/3/2012 5:46 PM, noru...@me.com wrote: I read other posts and i think it has to do with that, that i would like to double click on the *.sln file to open it. I don't know if this should already be fixed in 2.8.8 Can you create a project via the VS IDE and send me the project files.