OpenSim 64-bit Compatibility issues

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Emily McCain
Posts: 3
Joined: Mon Oct 14, 2013 12:11 pm

OpenSim 64-bit Compatibility issues

Post by Emily McCain » Tue Jul 01, 2014 11:05 am

Using a windows 64-bit operating system, and the 64-bit OpenSim 3.1, the operational space controller plug in would compile in Visual Studio 2010 express, but it would not run. Error messages including 'LINK: fatal error LNK1104" or "Unknown Exception" were displayed under different settings. When 32-bit Opensim 3.1 was installed, the plug in was able to run correctly. Are there any settings in Visual Studio 2010 express that would allow the use of 64-bit OpenSim version 3.1? Or is it possible to use a compiler other than Visual Studio that would minimize compatibility issues?

User avatar
Xiangjie Meng
Posts: 15
Joined: Wed Sep 05, 2012 8:09 pm

Re: OpenSim 64-bit Compatibility issues

Post by Xiangjie Meng » Tue Jul 01, 2014 12:28 pm

Hi,

When you create your plugin via CMake, you should select right compiler(here your system should select Visual Studio 10 Win64) to generate the .dll file.

Best,
Xiangjie

User avatar
Emily McCain
Posts: 3
Joined: Mon Oct 14, 2013 12:11 pm

Re: OpenSim 64-bit Compatibility issues

Post by Emily McCain » Wed Jul 02, 2014 7:27 am

Hi Xiangjie,

When I selected this option in Cmake, the error "Cannot enable 64-bit tools with Visual Studio Express" popped up. Is there any other solution that will work with the Visual Studio 2010 Express edition?

User avatar
Emily McCain
Posts: 3
Joined: Mon Oct 14, 2013 12:11 pm

Re: OpenSim 64-bit Compatibility issues

Post by Emily McCain » Thu Jul 03, 2014 8:31 am

I downloaded Visual Studio 2010 pro, and was able to run cmake without issues. However, when I tried to build in Visual Studio I get fatal error C1083: Cannot open include file: 'excpt.h' : No such file or directory. Any suggestions?

POST REPLY