Monday, September 17, 2012

Computer Science - Visual Studio

When importing a project that uses the universal compilation method of cmake and qt into visual studio, its possible to get some errors. Namely that the ZERO_CHECK for the project is out of date, and that the system cannot find the file ALL_BUILD. This error occurs in the debug phase, if your project is up to date and can properly compile, just building it will execute properly. It is only when you attempt to create an executable that this break occurs.

In the event that this happened, just right click on the solution explorer to open a menu, select set startup projects, and set your current project as the startup project. This will allow the debug to run properly.

No comments:

Post a Comment