[C++-sig] cl.exe heap limit (was: Re: More weird pyste behaviour)

eric andersonT eric.anderson at comcast.net
Mon Oct 20 21:23:41 CEST 2003


This may sound crazy, but try lowering it to /Zm1000.

eric

----- Original Message ----- 
From: <yakumoklesk at yahoo.es>
To: "Development of Python/C++ integration" <c++-sig at python.org>
Sent: Sunday, October 19, 2003 10:01 AM
Subject: Re: [C++-sig] Re: More weird pyste behaviour


> I have automatically wrapped a C++ class using pyste. Now I have it 
> inside the code of my program which embeds python, but when I 
> compile, Microsoft Visual C++ cl.exe compiler says that has reached 
> the heap limit.
> 
> I have tested with Zm, but the most I can put is /Zm1400 and it is not 
> enugh. What can I do to compile it?
> 
> David.
> 
> _______________________________________________
> C++-sig mailing list
> C++-sig at python.org
> http://mail.python.org/mailman/listinfo/c++-sig




More information about the Cplusplus-sig mailing list