<div dir="ltr">Hi Oscar,<div><br></div><div>When I downloaded mummy I did it from git:</div><div><span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px;font-style:italic;line-height:19.05px">git clone </span><a rel="nofollow" class="external free" href="git://public.kitware.com/mummy.git" style="text-decoration:none;color:rgb(51,102,187);padding-right:13px;font-family:sans-serif;font-size:12.7px;font-style:italic;line-height:19.05px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);background-repeat:no-repeat">git://public.kitware.com/mummy.git</a></div><div><br></div><div>Then I created the .snk file with SDK and modified the Cmakelist.txt file to set the path to my .snk file</div><div><br></div><div>One important step is to add these lines in <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px;line-height:19.05px">mummy/CMakeLists.txt:</span></div><div><pre style="font-family:monospace,Courier;padding:1em;border:1px solid rgb(221,221,221);color:rgb(0,0,0);line-height:1.1em;font-size:12.7px;background-color:rgb(249,249,249)">SET(gccxml_compiler "${CMAKE_CXX_COMPILER}")
IF(MSVC80)
  SET(gccxml_compiler "msvc8")
ENDIF(MSVC80)
IF(MSVC90)
  SET(gccxml_compiler "msvc9")
ENDIF(MSVC90)
SET (GCCXML_EXTRA_D_ARGS "_HAS_TR1=0")</pre><div><ul style="line-height:19.05px;list-style-type:square;margin:0.3em 0px 0px 1.6em;padding:0px;color:rgb(0,0,0);font-family:sans-serif;font-size:12.7px"><li style="margin-bottom:0.1em">This must be at the top of the file or else the variable GCCXML_EXTRA_D_ARGS will not be set for CMakeLists.txt. Best to add after CMAKE_MINIMUM_REQUIRED line.</li></ul><div><font color="#000000" face="sans-serif"><span style="font-size:12.7px;line-height:19.05px"><br></span></font></div></div></div><div><font color="#000000" face="sans-serif"><span style="font-size:12.7px;line-height:19.05px">Then make sure you select Visual 9 in Cmake, I assume you instaklled Visual C++ 2008</span></font></div></div><br><div class="gmail_quote"><div dir="ltr">El lun., 21 de sept. de 2015 a la(s) 10:26 a. m., oscarafone77 <<a href="mailto:oscar.cainelli@smarthydrosol.com">oscar.cainelli@smarthydrosol.com</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matias,<br>
<br>
I am interested in knowing what tweaks you did to get it work.<br>
Whatever I do I only get the runtime.unmanaged dll but not the<br>
runtime.managed one<br>
<br>
Thank you<br>
Oscar<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Activiz-6-2-with-VTK-6-2-and-NET-4-0-Build-Success-tp5733889p5734032.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Activiz-6-2-with-VTK-6-2-and-NET-4-0-Build-Success-tp5733889p5734032.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><div dir="ltr">-- <br></div><div dir="ltr">Matias</div>