<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi Moonki,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Thanks for the feedback. I made&nbsp;a change based 
on your earlier report so that (on Windows) the headers included under 
sdk/include/SimTK/include/Win32 in 2.0.2 Beta are now installed under 
sdk/include/SimTK/include instead. This was done to have a layout similar to 
stock simtk installs so that users can use other simtk installations if they 
want to, and also in order not to complicate the CMakeLists.txt files with 
having one more include directory (only for Windows). </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>The reason we used *.cpp, *.h instead of specific 
file names is so that users can rename the files without having to change the 
CMakeLists.txt file but if that's problematic then please let me know and we can 
adjust. </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Thanks for the find regarding the default path, 
I'll revert it to be "C:/Program Files/OpenSim 2.0/" per your 
recommendation.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Cheers,</FONT></DIV>
<DIV><FONT size=2 face=Arial>-Ayman</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=mk555@snu.ac.kr href="mailto:mk555@snu.ac.kr">MoonKi Jung</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=ahabib@stanford.edu 
  href="mailto:ahabib@stanford.edu">Ayman Habib</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, April 14, 2010 6:53 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Test results for OpenSim 
  2.0.2 on Windows 7</DIV>
  <DIV><BR></DIV>
  <P>Hi, Ayman.</P>
  <P>I did some additional tests of OpenSim 2.0.2 on Windows7.</P>
  <P><FONT style="BACKGROUND-COLOR: #33ff33"><STRONG>74 Install successfully on 
  Windows7 machine -&gt; OK<BR>76 Build and install Plugin example with VC8 
  Windows7 -&gt; OK(But some modifications needed)</STRONG></FONT></P>
  <P>I attached the modified ‘CMakeList.txt’ file for plugin example.</P>
  <P>The original ‘CMakeList.txt’ file in the ‘C:/Program Files/OpenSim 
  2.0/sdk/examples/plugin’ should be modified in Windows 7.</P>
  <P>I wrote the changed portion here:</P>
  <P>FILE(GLOB SOURCE_FILES *.cpp) <BR>-&gt; <FONT 
  style="BACKGROUND-COLOR: #ffff00">SET(HEADER_FILES osimPluginDLL.h 
  AnalysisPlugin_Template.h RegisterTypes_osimPlugin.h)</FONT><BR>FILE(GLOB 
  INCLUDE_FILES *.h) <BR>-&gt; <FONT 
  style="BACKGROUND-COLOR: #ffff00">SET(SOURCE_FILES AnalysisPlugin_Template.cpp 
  RegisterTypes_osimPlugin.cpp)</FONT></P>
  <P>SET(OPENSIM_INSTALL_DIR "C:/Program Files/<FONT 
  style="BACKGROUND-COLOR: #ff0000">OpenSim 2.0.2</FONT>/" CACHE PATH "Top-level 
  directory of OpenSim install")<BR>-&gt; <FONT 
  style="BACKGROUND-COLOR: #ffff00">SET(OPENSIM_INSTALL_DIR "C:/Program 
  Files/<FONT style="BACKGROUND-COLOR: #ff0000">OpenSim 2.0</FONT>/" CACHE PATH 
  "Top-level directory of OpenSim install")</FONT></P>
  <P>SET(OPENSIM_HEADERS_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include)<BR>SET(XERCES_HEADER_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include/xercesc)<BR>SET(SIMTK_HEADERS_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include)<BR>INCLUDE_DIRECTORIES(${OPENSIM_HEADERS_DIR} 
  ${XERCES_HEADER_DIR} ${SIMTK_HEADERS_DIR})<BR>-&gt;<BR>SET(OPENSIM_HEADERS_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include)<BR>SET(XERCES_HEADER_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include/xercesc)<BR>SET(SIMTK_HEADERS_DIR 
  ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include)<BR><FONT 
  style="BACKGROUND-COLOR: #ffff00">SET(<FONT 
  style="BACKGROUND-COLOR: #ff0000">SIMTK_HEADERS_DIR2</FONT> 
  ${OPENSIM_INSTALL_DIR}/sdk/include/SimTK/include/Win32)<BR></FONT>INCLUDE_DIRECTORIES(${OPENSIM_HEADERS_DIR} 
  ${XERCES_HEADER_DIR} ${SIMTK_HEADERS_DIR} <FONT 
  style="BACKGROUND-COLOR: #ff0000">${SIMTK_HEADERS_DIR2})</FONT></P>
  <P>And also AnalysisPlugin_Template::step should be modified. But this is a 
  well-known issue.</P>
  <P>Best regards,<BR>Moonki<BR><BR><BR></P>
  <DIV class=gmail_quote>2010/4/11 Ayman Habib <SPAN dir=ltr>&lt;<A 
  href="mailto:ahabib@stanford.edu">ahabib@stanford.edu</A>&gt;</SPAN><BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2 face=Arial>Dear All, </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>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 at </FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial><A 
    href="https://simtk.org/pm/task.php?group_project_id=935&amp;group_id=91&amp;func=browse" 
    target=_blank>https://simtk.org/pm/task.php?group_project_id=935&amp;group_id=91&amp;func=browse</A></FONT></DIV>
    <DIV>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>Feel 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.</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>The release contains primarily bug fixes and a 
    couple minor changes to the GUI.</FONT></DIV>
    <DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
    <DIV><FONT size=2 face=Arial>Thanks all for your time &amp; welcome to the 
    team. I sure look forward to your feedback.</FONT></DIV>
    <DIV><FONT size=2 face=Arial><BR>-Ayman<BR>On behalf of the OpenSim 
    team</FONT></DIV></DIV><BR>_______________________________________________<BR>Opensim-testers 
    mailing list<BR><A 
    href="mailto:Opensim-testers@simtk.org">Opensim-testers@simtk.org</A><BR><A 
    href="https://simtk.org/mailman/listinfo/opensim-testers" 
    target=_blank>https://simtk.org/mailman/listinfo/opensim-testers</A><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>