[CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread zkhan
I am trying to migrate a fairly large project from VS 2008 to VS 2010. However, when I use CMake to generate the Visual Studio 10 Win64 solution (my target platform is Windows 7, x64) and try to open the solution in VS 2010, I am prompted by the conversion wizard, which I assume should not happen.

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Jean-Christophe Fillion-Robin
Hi Zkhan, Do you confirm that you configured your project in an empty new directory ? Hth Jc On Thu, Mar 28, 2013 at 10:00 AM, zkhan zamir.k...@gmail.com wrote: I am trying to migrate a fairly large project from VS 2008 to VS 2010. However, when I use CMake to generate the Visual Studio 10

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Zamir Khan
I re-did this just to confirm and yes, I start with a new, empty directory and choose Visual Studio 10 Win64 as the generator and Use default native compilers. If I choose Visual Studio 9 Win64, I can open the solution in VS2008 without issues. -- View this message in context:

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Zamir Khan
Yes, with all due respect, that is pretty basic (although I understand that there could easily be something basic going wrong here). To open the solution file, I open Visual Studio 2010 from the windows start menu and then use the File Open Project / Solution option to select the generated sln

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Jean-Christophe Fillion-Robin
Hi, By default solution files are probably associated with VS2008, did you make sure you were starting VS2010, then doing File - Open and selecting the generated solution files ? Hth Jc On Thu, Mar 28, 2013 at 10:18 AM, Zamir Khan zamir.k...@gmail.com wrote: I re-did this just to confirm and

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Jean-Christophe Fillion-Robin
You could try to generate the 32-bit version of your project and see if VS2010 works as expected. Do you confirm you have the Pro version of VS2010 ? Hth Jc On Thu, Mar 28, 2013 at 10:37 AM, Zamir Khan zamir.k...@gmail.com wrote: Yes, with all due respect, that is pretty basic (although I

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Zamir Khan
Good idea, but unfortunately the same results with the 32-bit version. And yes, it is VS 2010 Professional. CMake is version 2.8.10.2. -- View this message in context: http://cmake.3232098.n2.nabble.com/Conversion-Wizard-for-VS-2010-tp7583820p7583826.html Sent from the CMake mailing list

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Jean-Christophe Fillion-Robin
What about trying CMake 2.8.11rc1 ? See http://www.kitware.com/blog/home/post/462 On Thu, Mar 28, 2013 at 10:47 AM, Zamir Khan zamir.k...@gmail.com wrote: Good idea, but unfortunately the same results with the 32-bit version. And yes, it is VS 2010 Professional. CMake is version 2.8.10.2.

Re: [CMake] Conversion Wizard for VS 2010?

2013-03-28 Thread Zamir Khan
I upgraded, but no luck. Fortunately, I figured it out and it was fairly simple (I really should have thought of this before posting to the mailing list!). I decided to go through with the conversion to see what VS 2010 was having problems with. It turns out that only one of the projects required