Hi,<br>Your application seems to be using VTK as DLLs. Usually the VS Setup project cannot find these dependencies and hence fails to include the vtk dlls into your setup. Result is that on other system, vtk is not available. Manually locate and add vtk dlls to your setup project and build. You will need to specify where to copy these files. It is better to copy these files where main application executable will be copied. Windows always looks in default folder for dlls. This way you can avoid clashes with different versions of vtk on same system. We encounter this problem with some of applications built using VTK. Although most of them copy vtk dlls in their own folders these folders are then added to path and some other application using different version of vtk crashes.<br>
HTH<br>Vidyadhar<br><br><div class="gmail_quote">On Thu, Mar 19, 2009 at 3:34 PM, Arturo Caissut <span dir="ltr">&lt;<a href="mailto:arturo_caissut@tiscali.it">arturo_caissut@tiscali.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I need to install a VTK based application I&#39;ve modified into VTK-less Windows computers.<br>
I&#39;ve used MS Visual Studio 2008 in Release mode to compile the application, I&#39;ve built the application installer, I&#39;ve installed it into a friend&#39;s PC that&#39;s VTK free and all seems to work good, but when I try to run the application an error occurs: &quot;vtkGraphics.dll cannot be found&quot;, so my application won&#39;t run. I&#39;m sure the problem to be easilly faced setting some building option in Visual Studio, but I really cannot figure out what I have to do.<br>

Is there anyone here experienced on this?<br>
<br>
Thank you very much,<br>
Arturo<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<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>
</blockquote></div><br>