Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: Huge pointers in BC++ Message-ID: <1991Apr20.024918.29544@mnemosyne.cs.du.edu> Date: 20 Apr 91 02:49:18 GMT References: <1991Apr19.172703.24638@leland.Stanford.EDU> Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 9 Disclaimer1: Nyx is a public access Unix system run by the University of Denver Disclaimer2: for the Denver community. The University has neither control over Disclaimer3: nor responsibility for the opinions of users. Well Petzold covers memory allocation & memory models rather well. What memory model are you using? I'm using the medium model, and use far pointers for globalalloced memory without a problem (I too am using BC++ 2.0)... Terrell