www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Internal error: ph 1817

↑ ↓ ← J. Donnelly <J._member pathlink.com> writes:
This error was posted, before, but there was no reply, and I couldn't find
anything on the first 20 pages, here.

nbytes = 65520, ph_maxsize = 65520
Internal error: ph1817

Honestly, I'm trying out this compiler, because Turbo C wouldnt' allow me to
compile this code, either.  Is there no way to allow for more than 64k memory
when compiling these programs?
Jul 05 2004
↑ ↓ Jan Knepper <jan smartsoft.us> writes:
J. Donnelly wrote:
 This error was posted, before, but there was no reply, and I couldn't find
 anything on the first 20 pages, here.
 
 nbytes = 65520, ph_maxsize = 65520
 Internal error: ph1817
 
 Honestly, I'm trying out this compiler, because Turbo C wouldnt' allow me to
 compile this code, either.  Is there no way to allow for more than 64k memory
 when compiling these programs?
 
 

Could you post a sample? Thanks! Jan -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Jul 05 2004
↑ ↓ → Erik Baklund <Erik_member pathlink.com> writes:
I see the same thing in my code.
My code generates template instances in the thousands (super generic). I came to
a point where adding just one more template instance was one too mutch.

Erik


In article <cccckf$3vh$1 digitaldaemon.com>, Jan Knepper says...
J. Donnelly wrote:
 This error was posted, before, but there was no reply, and I couldn't find
 anything on the first 20 pages, here.
 
 nbytes = 65520, ph_maxsize = 65520
 Internal error: ph1817
 
 Honestly, I'm trying out this compiler, because Turbo C wouldnt' allow me to
 compile this code, either.  Is there no way to allow for more than 64k memory
 when compiling these programs?
 
 

Could you post a sample? Thanks! Jan -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org

Jul 27 2004