[vtkusers] Help: VTK in Visual C++6 Compiling errors!

William A. Hoffman billlist at nycap.rr.com
Mon Feb 25 17:41:54 EST 2002


You can change the default to /Zm1500 with cmake.
If you use ANSI, Visual C++ requires a high value for /Zm,
we use /Zm1000 which builds VTK ok, but have had to change
it to /Zm1500 for some projects that use VTK.

-Bill


At 09:21 AM 2/26/2002 +1100, Andrew J. P. Maclean wrote:

>I have no problems using Visual C++ 6. You sometimes get this error message when using a lot of templating, so it may be something in your code.
>
> 
>
>
>___________________________________________
>Andrew J. P. Maclean
>
>
>
>Postal:
>
>Australian Centre for Field Robotics
>The Rose Street Building J04
>The University of Sydney  2006  NSW
>AUSTRALIA
>
>Room:
>
>106
>
>Phone:
>
>+61 2 9351 3283
>
>Fax:
>
>+61 2 9351 7474
>
> 
>
><http://www.acfr.usyd.edu.au/>http://www.acfr.usyd.edu.au/
>
>___________________________________________
>
> 
>
>-----Original Message-----
>From: vtkusers-admin at public.kitware.com [mailto:vtkusers-admin at public.kitware.com] On Behalf Of Arsene ELLA
>Sent: Monday, 25 February 2002 23:59
>To: vtkusers at public.kitware.com
>Subject: [vtkusers] Help: VTK in Visual C++6 Compiling errors!
>
> 
>
>Hi users,
>
>
>When compiling every program using VTK includes files (even vtk examples)
>on microsoft Visual C++6, I have the following error message:
>
>-------------------------------------------------------
>c:\program files\microsoft visual studio\vc98\include\ostream(353) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
>Error executing cl.exe.
>
>
>&. Deleted &.
>---------------------------------------------
>
>
>It worth almost nothing to change the Zm value as it change from one program to another.
>This error comes probably from the headers file includes......
>
>Does somebody have an idea?
>
>thanks in advance,
>
>Arsene
>
>
>
>Arsene ELLA, PhD
>Max-Planck Institut Für Neurogische Forschung
>Gleueler str, 50
>D-50931 Cologne
>GERMANY
>Tel:   (+49) 221 478 5713
>Mob: (+49) 174 320 7881
>Fax:  (+49) 221 478 7256
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20020225/1a376326/attachment.htm>


More information about the vtkusers mailing list