[vtkusers] create library for vtk-java
    Elisabeth Thorsen 
    eth at 2interaction.com
       
    Tue Oct  7 06:54:25 EDT 2003
    
    
  
Hi,
 I have a c++ class that is a child of a vtk class.
How do I create a  library (dll , lib) based on that file. I need the library since I am using the java version of vtk and this c++ code 
is native code in java.
I tried this but it doesn't work:
cl -Ic:\java\include -Ic:\java\include\win32 
-I"C:\Program Files\Borland\CBuilder6\Include" 
-I"C:\Program Files\Microsoft Visual Studio.NET 2003\Vc7\include"  
-I"C:\Program Files\vtk42\include\vtk" 
-LD  vtkImplicitPolyData.cpp -FeImplicitPolyData.dll
Elisabeth Thorsen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20031007/d2eee266/attachment.htm>
    
    
More information about the vtkusers
mailing list