Hi,
I got problems to run the project TugOfWar1_CreateModel.cpp on Visual Studio 2013 Ultimate; i went through all the previous steps, including CMake steps, until clicing the green button for playing the project.
After building and trying to run there apears and error message that says:
Runnig OpenSimTugOfWar
Re: Runnig OpenSimTugOfWar
The message is saying that the system can't find the file. Have you added the file/folder to the system path?
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Runnig OpenSimTugOfWar
Hi,
Actually the error message suggests that you're trying to run a "program" called ALL_BUILD that can't be found. While our CMake files create a project called "ALL_BUILD" there's no program/executable called "ALL_BUILD". Change the startup project in visualStudio to TugOfWar (or whatever the name in your specific case) and then you'll be able to run.
Hope this helps,
-Ayman
Actually the error message suggests that you're trying to run a "program" called ALL_BUILD that can't be found. While our CMake files create a project called "ALL_BUILD" there's no program/executable called "ALL_BUILD". Change the startup project in visualStudio to TugOfWar (or whatever the name in your specific case) and then you'll be able to run.
Hope this helps,
-Ayman