----- Original Message -----From: MoonKi JungTo: Ayman HabibSent: Wednesday, April 14, 2010 6:53 PMSubject: Re: Test results for OpenSim 2.0.2 on Windows 7Hi, Ayman.
I did some additional tests of OpenSim 2.0.2 on Windows7.
74 Install successfully on Windows7 machine -> OK
76 Build and install Plugin example with VC8 Windows7 -> OK(But some modifications needed)I attached the modified ‘CMakeList.txt’ file for plugin example.
The original ‘CMakeList.txt’ file in the ‘C:/Program Files/OpenSim 2.0/sdk/examples/plugin’ should be modified in Windows 7.
I wrote the changed portion here:
FILE(GLOB SOURCE_FILES *.cpp)
-> SET(HEADER_FILES osimPluginDLL.h AnalysisPlugin_Template.h RegisterTypes_osimPlugin.h)
FILE(GLOB INCLUDE_FILES *.h)
-> SET(SOURCE_FILES AnalysisPlugin_Template.cpp RegisterTypes_osimPlugin.cpp)SET(OPENSIM_INSTALL_DIR "C:/Program Files/OpenSim 2.0.2/" CACHE PATH "Top-level directory of OpenSim install")
-> SET(OPENSIM_INSTALL_DIR "C:/Program Files/OpenSim 2.0/" CACHE PATH "Top-level directory of OpenSim install")SET(OPENSIM_HEADERS_DIR ${OPENSIM_INSTALL_DIR}/sdk/include)
SET(XERCES_HEADER_DIR ${OPENSIM_INSTALL_DIR}/sdk/include/xercesc)
SET(SIMTK_HEADERS_DIR ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include)
INCLUDE_DIRECTORIES(${OPENSIM_HEADERS_DIR} ${XERCES_HEADER_DIR} ${SIMTK_HEADERS_DIR})
->
SET(OPENSIM_HEADERS_DIR ${OPENSIM_INSTALL_DIR}/sdk/include)
SET(XERCES_HEADER_DIR ${OPENSIM_INSTALL_DIR}/sdk/include/xercesc)
SET(SIMTK_HEADERS_DIR ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include)
SET(SIMTK_HEADERS_DIR2 ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include/Win32)
INCLUDE_DIRECTORIES(${OPENSIM_HEADERS_DIR} ${XERCES_HEADER_DIR} ${SIMTK_HEADERS_DIR} ${SIMTK_HEADERS_DIR2})And also AnalysisPlugin_Template::step should be modified. But this is a well-known issue.
Best regards,
Moonki2010/4/11 Ayman Habib <ahabib@stanford.edu>
Dear All,A release candidate of OpenSim 2.0.2. has been placed on the downloads page of OpenSim under the package name "OpenSim Release Betas", please give it a spin and send your findings to this list. As of now the release is only available on Windows (and built with VisualStudio 8 Professional ). Both linux and MAC builds of the OpenSim libraries will be available early next week. For specific testing activities, I created a list of tasks, available atFeel free to pick any subset of these and let us know so that the effort is not duplicated. Just installing the application, and trying the APIExample, plugin or trying to continue your regular use of OpenSim and reporting any issues would be a great help.The release contains primarily bug fixes and a couple minor changes to the GUI.Thanks all for your time & welcome to the team. I sure look forward to your feedback.
-Ayman
On behalf of the OpenSim team
_______________________________________________
Opensim-testers mailing list
Opensim-testers@simtk.org
https://simtk.org/mailman/listinfo/opensim-testers