[vtkusers] fatal error C1076: compiler limit: internal heap limit reached
Andy Cedilnik
andy.cedilnik at kitware.com
Fri Oct 18 10:18:24 EDT 2002
Hi Steven,
On the nightly dashboard for Visual Studio .NET, we use /Zm800 and that
seems to be working. We are however working on getting rid of this
problem by cleaning header files.
Andy
On Fri, 2002-10-18 at 09:50, Steven Wu wrote:
> In VS7 and VS6.
> I compiled the Nightly Package configured by cmake
> with option ANSI C++ STDLIB. The compiling is okay.
> But when I want to use the VTK header files and lib in
> my own project. The compilers complained a fatal error
> heap size limit. First, I increased the compiler's
> heap size by set /Zm200 or /Zm1000. But with option
> /Zm200
> still saw the heap size limit error and /Zm1000
> complainning outscope of my virtual memory. Second I
> disable the precompiled header file for stdafx.h, but
> still saw the error.
> Is it because I enabled the ANSI C++ STDLIB???
More information about the vtkusers
mailing list