Can any help out with the following error messages:<br><br>run:<br>Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: C:\Lib\vis\vtk-5.2.1\bin\Debug\vtkCommonJava.dll: The specified procedure could not be found<br>
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br>        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)<br>        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)<br>        at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br>
        at java.lang.System.loadLibrary(System.java:1030)<br>        at Test.loadDLLs(Test.java:29)<br>        at Test.main(Test.java:40)<br><br>The VTK Java libraries were compiled using Microsoft Visual Studio 2008, and the sample Java code using Netbeans 6.5.<br>
<br>