<div>Dear All,</div>
<div> </div>
<div>I compiled a sample VTK project (rotating cone) in Visual Studio, but when I am trying to run it, I get error messages like:</div>
<div>"This application has failed to start because vtkFiltering.dll was not found"</div>
<div> </div>
<div>If I copy VTK dlls into the same folder where my project's executable is, everything works.</div>
<div> </div>
<div>1. Can I link VTK into my project statically (.lib only), avoiding any dll? I did include all vtk static libs into my project properties, but it keeps asking for dlls.</div>
<div> </div>
<div>2. What do i need to add to the Visual Studio project properties to include all VTK dlls, if they cannot be avoided with static linking?</div>
<div> </div>
<div>Regards,</div>
<div> Oleg</div>
<div> </div>