Date: Sun, 13 Aug 2000 08:38:29 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: ardy AT addr DOT com Message-Id: <2110-Sun13Aug2000083829+0000-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <3995AD21.5B3C2BB1@addr.com> (message from Ardy Falls on Sat, 12 Aug 2000 13:01:37 -0700) Subject: Re: DXE Question References: <3994B1F5 DOT 32956831 AT addr DOT com> <200008120907 DOT FAA12500 AT delorie DOT com> <3995AD21 DOT 5B3C2BB1 AT addr DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Ardy Falls > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 12 Aug 2000 13:01:37 -0700 > > I was wondering if there was a way to dynamicly allocate memory in a dxe > file, because new and malloc dont work, they cause unresolved external > errors wehn you try to make them into dxes The easiest way is to make the main program allocate memory for a DXE when it loads it.