[C++-sig] cl.exe heap limit (was: Re: More weird pyste behaviour)
by =?iso-8859-1?Q?eric_andersonT?= other posts by this author
Oct 20 2003 12:26PM messages near this date
[C++-sig] Re: Duplicate "ignore"(again...) and more. (Latest CVS, VC .NET 2003)
|
[C++-sig] Pyste bug: const data not made read only
This may sound crazy, but try lowering it to /Zm1000.
eric
----- Original Message -----
From: <yakumoklesk@[...].es>
To: "Development of Python/C++ integration" <c++-sig@[...].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@[...].org
> http://mail.python.org/mailman/listinfo/c++-sig
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
|