Plugin 2
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Plugin 2
hi,
How do i create the plugin controller ? I took the code from the Github Source Code Repository and then I used cmake, according to the guide. After, i opened the .sln file with the visual C ++ 2008 to build the .dll file, but errors occurred that didn´t allow the task to be performed correctly.
Thank you , Ricardo Lameira
How do i create the plugin controller ? I took the code from the Github Source Code Repository and then I used cmake, according to the guide. After, i opened the .sln file with the visual C ++ 2008 to build the .dll file, but errors occurred that didn´t allow the task to be performed correctly.
Thank you , Ricardo Lameira
Last edited by Ricardo Lameira on Fri Nov 25, 2016 7:38 am, edited 1 time in total.
- Thomas Uchida
- Posts: 1803
- Joined: Wed May 16, 2012 11:40 am
Re: Ricardo Lameira
The code is unlikely to work on older versions of Visual Studio; we currently use 2015 for development. Please see README.md (https://github.com/opensim-org/opensim-core) under the "On Windows using Visual Studio" heading for details and links.
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Re: Ricardo Lameira
Good afeternoon,
I followed the steps you told me, I installed visual studio 2015, cmake 3.7, but the error still exists. The .dll file doesn't appear, the build has several errors. I downloaded it from this source:https://github.com/msdemers/opensim-reflex-controllers. I followed the instructions but the error keeps
errors:
Thank you, Ricardo Lameira
I followed the steps you told me, I installed visual studio 2015, cmake 3.7, but the error still exists. The .dll file doesn't appear, the build has several errors. I downloaded it from this source:https://github.com/msdemers/opensim-reflex-controllers. I followed the instructions but the error keeps
errors:
Thank you, Ricardo Lameira
- Thomas Uchida
- Posts: 1803
- Joined: Wed May 16, 2012 11:40 am
Re: Ricardo Lameira
What version of OpenSim are you building against? The instructions in the README.md at https://github.com/msdemers/opensim-reflex-controllers indicate that you need "OpenSim 3.2 or above", but it may not have been tested using versions more recent than 3.2.
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Re: Ricardo Lameira
Good evening,
I have version 3.3 of opensim, and I also tried to build the example plugin that is in the sdk folder and it's the same.
Thank you
I have version 3.3 of opensim, and I also tried to build the example plugin that is in the sdk folder and it's the same.
Thank you
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Re: Ricardo Lameira
Hello,
I tried with the 3.2 release of the opensim, but the error keeps ... I don't know how to solve the problem.
Thank you
I tried with the 3.2 release of the opensim, but the error keeps ... I don't know how to solve the problem.
Thank you
- Thomas Uchida
- Posts: 1803
- Joined: Wed May 16, 2012 11:40 am
Re: Ricardo Lameira
A couple troubleshooting ideas:
1. Are you trying to build in Debug mode? If you've installed OpenSim by downloading a distribution from simtk.org, then you can build in only Release or RelWithDebInfo mode.
2. Have you tried building a simple "Hello, World!" program to make sure OpenSim was installed correctly? The issue may be with your installation, not the plugin itself.
1. Are you trying to build in Debug mode? If you've installed OpenSim by downloading a distribution from simtk.org, then you can build in only Release or RelWithDebInfo mode.
2. Have you tried building a simple "Hello, World!" program to make sure OpenSim was installed correctly? The issue may be with your installation, not the plugin itself.
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Re: Ricardo Lameira
I tried to build in release mode, as indicated in the instructions. I already tried to build other plugins, and just like the plugin controller the operation was not completed successfully.
- Ricardo Lameira
- Posts: 17
- Joined: Tue Apr 12, 2016 1:43 pm
Re: Plugin 2
The construction problem can it be because I have windows 10? And in the repository says that it should be 7 or 8 ...https://github.com/opensim-org/opensim- ... ual-studio