Search found 9 matches

by Juan Leon
Tue Aug 21, 2012 6:07 pm
Forum: OpenSim
Topic: Examples compile but won't execute
Replies: 4
Views: 13953

Re: Examples compile but won't execute

There still seems to be a problem with the execution of the Optimization Example. From what I can tell it cuts off pretty soon after it enters the main. Below I have indicated where in the code it stops executing: int main() { int test; try { std::clock_t startTime = std::clock(); // Create a new Op...
by Juan Leon
Mon Aug 20, 2012 3:11 pm
Forum: OpenSim
Topic: Examples compile but won't execute
Replies: 4
Views: 13953

Re: Examples compile but won't execute

I have set Example Main as the startup project, but I get a message about Debugging information for 'TugOfWar1_CreateModel.exe' cannot be found or does not match. Binary was not built with debug information. When I press No I get: 'TugOfWar1_CreateModel.exe': Loaded 'C:\Users\Juan\Documents\OpenSimW...
by Juan Leon
Mon Aug 20, 2012 2:22 pm
Forum: OpenSim
Topic: Examples compile but won't execute
Replies: 4
Views: 13953

Examples compile but won't execute

Hello, I can compile the TugOfWar and OptimizationExample_Arm26 examples, but when I try to run it from VS, I get Unable to start program 'C:...\OpenSimWorkspace\ExampleMain\build\Release\ALL_BUILD'. The system cannot find the file specified. When I try to go into the Release folder and click on the...
by Juan Leon
Thu Jun 21, 2012 2:44 pm
Forum: OpenSim
Topic: Model Poses and center of mass
Replies: 1
Views: 241

Model Poses and center of mass

I'm trying to figure out the best way to do this, so maybe someone can point me in the right direction. I've gone through the examples already, so I know how to perform a simulation and my own analysis, but what I want to try to do right now seems a bit different. Basically, I would like to be able ...
by Juan Leon
Mon Jun 11, 2012 3:39 pm
Forum: OpenSim
Topic: Visual Studio compilation errors ExampleMain
Replies: 9
Views: 2011

Re: Visual Studio compilation errors ExampleMain

That was it. Thank you.
by Juan Leon
Mon Jun 11, 2012 2:57 pm
Forum: OpenSim
Topic: Visual Studio compilation errors ExampleMain
Replies: 9
Views: 2011

Re: Visual Studio compilation errors ExampleMain

This is what I had when I ran cmake:

OPENSIM_INSTALL_DIR: C:/OpenSim2.4.0/

Current Generator: Visual Studio 10 Win64
by Juan Leon
Mon Jun 11, 2012 2:35 pm
Forum: OpenSim
Topic: Visual Studio compilation errors ExampleMain
Replies: 9
Views: 2011

Re: Visual Studio compilation errors ExampleMain

additional dependencies contains: kernel32.lib;user32.lib;gdi32.lib;winspool.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;comdlg32.lib;advapi32.lib; osimCommon.lib; osimSimulation.lib; osimAnalyses.lib; osimActuators.lib; osimTools.lib; OpenSim_SimTKcommon.lib; OpenSim_SimTKmath.lib; OpenSim_SimT...
by Juan Leon
Mon Jun 11, 2012 11:20 am
Forum: OpenSim
Topic: Visual Studio compilation errors ExampleMain
Replies: 9
Views: 2011

Re: Visual Studio compilation errors ExampleMain

Hi Juan, What you got are link errors (rather than compilation errors). Likely reasons: 1. Trying to build debug configuration (we distribute only release libraries as the debug libraries are not redistributable per Microsoft and are very dependent on the version of VisualStudio/machine-configurati...
by Juan Leon
Mon Jun 11, 2012 8:53 am
Forum: OpenSim
Topic: Visual Studio compilation errors ExampleMain
Replies: 9
Views: 2011

Visual Studio compilation errors ExampleMain

I've been trying to compile the tugOfWar from ExampleMain, but although everything was fine with cmake, when I try to build in Visual Studio 10. I get the following: 3>------ Build started: Project: Example Main, Configuration: Release x64 ------ 3>Build started 6/11/2012 8:43:00 AM. 3>PrepareForBui...