<!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> </DIV>
<DIV><FONT face=Arial size=2>I am running Win2000, using Visual C++ compiler and
also using STL and wxWindows. I just downloaded the VTK4.0 source tree
(today). The only changes I made to CMakeSetup was:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>BUILD_SHARED_LIBS
ON</FONT></DIV>
<DIV><FONT face=Arial size=2>VTK_USE_ANSI_STDLIB
ON</FONT></DIV>
<DIV><FONT face=Arial size=2>VTK_USE_PATENTED
ON</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>This compiles fine no errors or
warnings.</FONT></DIV>
<DIV> </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). If I try to compile my code with the VTK4.0 source I
get multiple /Zm error messages. 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> </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? I would really appreciate any help that is offered.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>-Tony</FONT></DIV></BODY></HTML>