<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6249.1">
<TITLE>create library for vtk-java </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;I have a c++ class that is a child of a vtk class.</FONT>

<BR><FONT SIZE=2 FACE="Arial">How do I create a&nbsp; library (dll , lib) based on that file. I need the library since I am using the java version of vtk and this c++ code </FONT></P>

<P><FONT SIZE=2 FACE="Arial">is native code in java.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I tried this but it doesn't work:</FONT>

<BR><FONT SIZE=2 FACE="Arial">cl -Ic:\java\include -Ic:\java\include\win32 </FONT>

<BR><FONT SIZE=2 FACE="Arial">-I&quot;C:\Program Files\Borland\CBuilder6\Include&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">-I&quot;C:\Program Files\Microsoft Visual Studio.NET 2003\Vc7\include&quot;&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Arial">-I&quot;C:\Program Files\vtk42\include\vtk&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">-LD&nbsp; vtkImplicitPolyData.cpp -FeImplicitPolyData.dll</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Elisabeth Thorsen</FONT>
</P>

</BODY>
</HTML>