Re: [CMake] Cannot run/debug cmake project with MSVC 2010 which works well in Linux

2011-01-25 Thread David Cole
On Mon, Jan 24, 2011 at 10:03 PM, Srimal Jayawardena srim...@gmail.com wrote: Hi Thanks for the advise. You're welcome. Please include the CMake mailing list on all your replies so that: (1) others may jump in and help in case I can't reply to a particular email in a timely manner and (2)

Re: [CMake] Cannot run/debug cmake project with MSVC 2010 which works well in Linux

2011-01-25 Thread Ryan Pavlik
(Btw can we set the startup project automatically by setting an option in the CMakeList.txt file?) No, net yet. People have asked for this feature, but we have not figured out a good way to do it yet. You might consider using my CreateLaunchers.cmake script, which can set the

[CMake] Cannot run/debug cmake project with MSVC 2010 which works well in Linux

2011-01-24 Thread Srimal Jayawardena
Hi Thanks for the wonderful tool. I'm fairly new to cmake and had this problem. I'm using cmake 2.8.3 and my code builds and runs well in Linux but has the following problems in MS Visual Studio 2010 (Express) in Windows XP. I cant run/debug the project by pressing (F5) although it does build

Re: [CMake] Cannot run/debug cmake project with MSVC 2010 which works well in Linux

2011-01-24 Thread David Cole
Right click on textureBackProjection and choose Set as StartUp Project -- after that, F5 will launch the executable for that project. If you are receiving error messages at launch after doing that, then please send them along so we can help you get further along... HTH, David On Mon, Jan 24,