Page 1 of 1

Runnig OpenSimTugOfWar

Posted: Thu Jan 08, 2015 12:13 pm
by alejomv111
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:
error.PNG

Re: Runnig OpenSimTugOfWar

Posted: Wed Jan 14, 2015 10:53 am
by jimmy
The message is saying that the system can't find the file. Have you added the file/folder to the system path?

Re: Runnig OpenSimTugOfWar

Posted: Wed Jan 14, 2015 11:12 am
by aymanh
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