<span style="font-family: 'Courier New', Courier, Monospace; font-size: 12px"><div>The wiki guide was what I followed when I built version 6.3 and initially patched mummy.  I just deleted the binaries from OneDrive a few days ago after I moved 7.1.1 into github.  </div>

<div> </div>

<div>You should be able to follow the wiki guide using the repos from my github.  If you use the kitware repos you will have to apply some of the patches, which you can get from my github commits. There are only a couple changes to make.  I noted which ones had to do with the fact I was building with Intel C++.  </div>

<div> </div>

<div>You can also just download my gcc-xml, mummy binaries and skip a lot of the wiki guide.</div>

<div>You still will need VS2008 installed to build the wrappers.</div>

<div> </div>

<div>I built with Visual Studio 2013, Visual Studio 2008, and ICC 2016.</div>

<div>For activiz, the relevant (depending on your build environment) variables are going to be:</div>

<div> </div>

<div><span style="color: rgb(36, 41, 46); font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; white-space: pre;">CMAKE_GENERATOR_TOOLSET:INTERNAL=Intel C++ Compiler 16.0</span></div>

<div> </div>

<div>//CXX compiler.<br />
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/bin/ia32/icl.exe</div>

<div> </div>

<div>//C compiler.<br />
CMAKE_C_COMPILER:FILEPATH=C:/Program Files (x86)/IntelSWTools/compilers_and_libraries/windows/bin/ia32/icl.exe</div>

<div> </div>

<div>
<div>//Path to a file.<br />
MSVC_REDIST_DIR:PATH=C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/redist</div>

<div> </div>

<div>//The directory containing a CMake configuration file for Mummy.<br />
Mummy_DIR:PATH=J:/GitHub/dearman/mummy-build/share/mummy-1.0.3</div>

<div> </div>

<div>//The directory containing a CMake configuration file for VTK.<br />
VTK_DIR:PATH=J:/GitHub/dearman/VTK-build</div>

<div> </div>

<div>//Path to a program.<br />
csc_EXECUTABLE:FILEPATH=C:/Windows/Microsoft.NET/Framework/v4.0.30319/csc.exe</div>

<div> </div>

<div>//Path to a program.<br />
gccxml_EXECUTABLE:FILEPATH=J:/Tools/gccxml/bin/gccxml.exe</div>

<div>gccxml_compiler:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe</div>

<div> </div>

<div>//Path to a program.<br />
mono_EXECUTABLE:FILEPATH=mono_EXECUTABLE-NOTFOUND</div>

<div> </div>

<div>//FILEPATH to mummy.exe<br />
mummy_EXECUTABLE:FILEPATH=J:/GitHub/dearman/mummy-build/bin/Debug/mummy.
<pre class="ReadMailPlainText" style="font-family: "Courier New", monospace; font-size: 8pt; color: rgb(34, 34, 34);">
 </pre>

<div> </div>

<div>Feel free to ask if you have any other questions, I will help if I can.</div>
</div>
</div>

<div>
<div> </div>

<div>Mark DeArman</div>

<div>Cascade Acoustic Research</div>

<div>http://www.cascadeacoustic.com</div>

<div>(253) 200-5353</div>
</div>

<div> </div>

<hr align="center" size="2" width="100%" />
<div><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><b>From</b>: "csumushu" <csumushu@126.com><br />
<b>Sent</b>: Friday, November 10, 2017 5:06 PM<br />
<b>To</b>: vtkusers@vtk.org<br />
<b>Subject</b>: Re: [vtkusers] How to use vtkMath functions in ActiViz.NET for data of type double?</span>

<div> </div>
Got it, you made it clear.<br />
BTW, I still don't know the way to build ActiViz 7.1. Is your method<br />
similar to this one?<br />
https://www.vtk.org/Wiki/VTK/CSharp/ActiViz/Build#Visual_Studio_2005_or_2008_.28gccxml_does_not_yet_work_with_Visual_Studio_2010.29<br />
<https://www.vtk.org/Wiki/VTK/CSharp/ActiViz/Build#Visual_Studio_2005_or_2008_.28gccxml_does_not_yet_work_with_Visual_Studio_2010.29><br />
<br />
Do you have any relevant references?<br />
<br />
Then I tried to build ActiViz 6.3, and I found that the patched activiz.net<br />
and mummy source (uploaded by you) were delete<br />
https://onedrive.live.com/redir?resid=C21891647818579A!108957&authkey=!ADS9VLyqTef24FY&ithint=folder%2c<br />
<br />
I am a newcomer to C# and VTK, and I hope I did not ask too much.Thank you<br />
again.<br />
<br />
<br />
<br />
<br />
<br />
--<br />
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html<br />
_______________________________________________<br />
Powered by www.kitware.com<br />
<br />
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br />
<br />
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br />
<br />
Search the list archives at: http://markmail.org/search/?q=vtkusers<br />
<br />
Follow this link to subscribe/unsubscribe:<br />
http://public.kitware.com/mailman/listinfo/vtkusers<br />
 </div></span>