<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am running Win2000, using Visual C++ compiler and 
also using STL and wxWindows.&nbsp; I just downloaded the VTK4.0 source tree 
(today).&nbsp; The only changes I made to CMakeSetup was:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>BUILD_SHARED_LIBS&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; ON</FONT></DIV>
<DIV><FONT face=Arial size=2>VTK_USE_ANSI_STDLIB&nbsp;&nbsp;&nbsp; 
ON</FONT></DIV>
<DIV><FONT face=Arial size=2>VTK_USE_PATENTED&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; ON</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This compiles fine no errors or 
warnings.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now I have code that compiles fine with the 
precompiled VTK3.2 binaries and also my own build of VTK3.2(as long as I remove 
the VTK_USE_ANSI_STDLIB and it only compiles on one of two PCs as I reported in 
yesterdays message).&nbsp; If I try to compile my code with the VTK4.0 source I 
get multiple /Zm error messages.&nbsp; I have tried many ranges of /Zm from 500 
to 1000000 (Im sure this is past some limit) and the /Zm error never 
disappears.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Is there any order of including STL headers that I 
need to adhere to or any other namespace inclusion that is flooding my 
memory?&nbsp; I would really appreciate any help that is offered.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>-Tony</FONT></DIV></BODY></HTML>