Runnig OpenSimTugOfWar

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Alejandro Medina
Posts: 8
Joined: Tue Dec 23, 2014 5:28 am

Runnig OpenSimTugOfWar

Post by Alejandro Medina » Thu Jan 08, 2015 12:13 pm

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

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Runnig OpenSimTugOfWar

Post by jimmy d » Wed Jan 14, 2015 10:53 am

The message is saying that the system can't find the file. Have you added the file/folder to the system path?

User avatar
Ayman Habib
Posts: 2236
Joined: Fri Apr 01, 2005 12:24 pm

Re: Runnig OpenSimTugOfWar

Post by Ayman Habib » Wed Jan 14, 2015 11:12 am

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

POST REPLY