Hello,<br><br>I built Java and TCL wrappers for VTK 5.0.0 via VisualStudio 2003. Copied the following DLLs <br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmVTK_GENERATE_JAVA_DEPENDENCIES.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmVTK_WRAP_JAVA2.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmVTK_WRAP_PYTHON2.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cmVTK_WRAP_TCL2.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkCommon.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkCommonJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkCommonTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkDICOMParser.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkFiltering.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkFilteringJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkFilteringTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGenericFiltering.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGenericFilteringJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGenericFilteringTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGraphics.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGraphicsJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkGraphicsTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkHybrid.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkHybridJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkHybridTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkIO.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkIOJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkIOTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkImaging.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkImagingJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkImagingTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkMPEG2Encode.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkNetCDF.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkRendering.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkRenderingJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkRenderingTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkVolumeRendering.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkVolumeRenderingJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkVolumeRenderingTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkWidgets.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkWidgetsJava.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkWidgetsTCL.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkexoIIc.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkexpat.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkfreetype.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkftgl.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkjpeg.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkpng.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtksys.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtktiff.dll<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; vtkzlib.dll<br><br>from the build folder to c:\foo and included this in my PATH env variable. Still I get <br><br>Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: VTKInit<br>&nbsp;&nbsp;&nbsp; at vtk.vtkRenderer.VTKInit
(Native Method)<br>&nbsp;&nbsp;&nbsp; at vtk.vtkObject.&lt;init&gt;(vtkObject.java:90)<br>&nbsp;&nbsp;&nbsp; at vtk.vtkViewport.&lt;init&gt;(vtkViewport.java:226)<br>&nbsp;&nbsp;&nbsp; at vtk.vtkRenderer.&lt;init&gt;(vtkRenderer.java:338)<br>&nbsp;&nbsp;&nbsp; at VtkTester.main(VtkTester.java
:10)<br><br>when I try to run a very straightforward Cone sample program from the VTK textbook. Can someone please advise if any DLLs failed to get built, or if I'm missing something else very simple here?<br><br>Regards,
<br>Some Developer.<br><br><br>