<html>
Hi,<br>
I tried to install vtk32 on Windows2000 NT following<br>
installation instructions provided in the directory<br>
- vtk-src-windows - as:<br><br>
------------------------------------------------------------<br>
<font size=4><b>PC Installation<br>
</b></font>The PC build process requires running a program to build
dependencies and makefiles. Then you use the compiler make utility to
compile as follows. <br>
<font face="Courier New, Courier">&nbsp;&nbsp;&nbsp; 1. Install vtk3.2
distribution by unzipping into the appropriate directory.<br><br>
&nbsp;&nbsp;&nbsp; 2. Execute vtk\pcmaker\pcmaker.exe. This will pop-up a
little<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GUI that allows you to tailor the
build. It then starts<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; building makefiles and dependencies.
It will run for a couple<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; minutes depending on your system.
You'll have to tell pcamaker<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; where you've placed your VTK source
code, and where to build<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the object code and dll's (we'll
call it &quot;vtkbin&quot;).<br><br>
&nbsp;&nbsp;&nbsp; 3. When pcmaker completes, start up a MS-DOS shell
window<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and change directories to
vtkbin\vtkdll. Then run <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nmake&quot; (Microsoft
compiler). This will compile for <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a LONG time. When it's done, you'll
have a vtkdll.dll <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file in vtkbin\vtkdll\obj. You can
then move this <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file into the appropriate system
directory <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (on Win95: Windows\System; on NT:
WinNT\system). <br><br>
&nbsp;&nbsp;&nbsp; 4. If you want to use Tcl/Tk on your PC, repeat step 3
above<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; except work in directory
vtkbin\vtktcl to create<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtkbin\vtktcl\vtktcl.dll. Remember
to move this file into your<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; system area. (You'll also have to
have Tcl (e.g., Wish)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed.)<br><br>
&nbsp;&nbsp;&nbsp; 5. You can then link against vtkdll.dll (C++); or run
Tcl<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (wish). If you're running Tcl, make
sure you start by<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dynamically loading the vtktcl
libraries with the command <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;load vtktcl&quot;. <br><br>
&nbsp;&nbsp;&nbsp; 6. Enjoy.<br>
</font>We recommend a 300MByte minimum swap size or you'll have trouble
during the link phase.<br><br>
------------------------------------------------------------<br><br>
but it doesn't work, does anybody has an idea. <br><br>
Thank you in advance<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br>
<br>
</html>