Xref: news2.mv.net comp.os.msdos.djgpp:7146 From: John Luebs Newsgroups: comp.os.msdos.djgpp Subject: Allocated Memory usage Date: Mon, 12 Aug 1996 18:34:38 -0400 Organization: EpiCenter Software Lines: 6 Message-ID: <320FB17E.21C7@sprynet.com> Reply-To: jkluebs AT sprynet DOT com NNTP-Posting-Host: ad05-084.compuserve.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp When you allocate memory with __dpmi_allocate_memory( ...) How do you use the memory??? If I used malloc() would it allocate XMS memory?? Thanks, John.