You say you have the msvc* dlls installed... but do you also have the manifest file installed that goes with them?<div><br></div><div>Did you produce all your binaries as a result of a clean, full build? Or an incremental build?<br>
<br></div><div>Do you use CMake to produce a &quot;make install&quot; tree and an installer or do you have some other way of packaging your program? If you use CMake, you should:</div><div><div>&nbsp;&nbsp;INCLUDE(InstallRequiredSystemLibraries)</div>
<div>somewhere in your CMakeLists.txt file.<br></div><div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div><div><br></div><div class="gmail_quote">On Mon, Jan 19, 2009 at 1:41 PM, Paul <span dir="ltr">&lt;<a href="mailto:massivemonkeymayhem@gmail.com">massivemonkeymayhem@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all. I&#39;ve compiled VTK-5.2.1 successfully using Visual Studio<br>
Express 2008. My Python-based VTK program works great, however I am<br>
unable to copy and use my VTK build onto other Win32 machines without<br>
first installing VS. A simple &quot;import vtk&quot; in python produces generic<br>
DLL errors, even though I&#39;ve included both msvcp90d.dll and<br>
msvcr90d.dll and tried debug and release debug builds.<br>
<br>
I&#39;ve tried installing the VS runtime, but this has no effect. If I<br>
install Visual Studio, VTK works fine. Once I uninstall it, it breaks.<br>
I&#39;m not sure how to proceed forward. Any ideas?<br>
<font color="#888888"><br>
Paul<br>
_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</font></blockquote></div><br></div>