Xref: news2.mv.net comp.os.msdos.djgpp:1797 From: NIGEL HUGHES Newsgroups: comp.os.msdos.djgpp Subject: Wierd mem problems when moving to V2 Date: Tue, 12 Mar 1996 15:42:41 +0000 Organization: Univeristy of Wales , Aberystwyth. Lines: 16 Message-ID: <31459B71.20DA@aber.ac.uk> NNTP-Posting-Host: manuel.aber.ac.uk 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 Dear All, OK, I'm confused. I downloaded v2 last night (I had been using v2 beta 2 until now) and installed it. I compiled all of the Allegro 2 stuff fine, good I thought, it all works. Then I tried to run TEST.EXE and get the error DPMI: Out of Conventional Memory a quick call to mem tells me I have 446k free. A cold boot leaving 556k free and it all works. So then try and compile some of my code, and all bu the smallest examples suffer from this problem. It seems that calls to malloc are trying to use conventional memory only. Why is this and how can I stop it? With a couple of 100,000 line systems to re-compile, this better not be a nasty problem 8( Nigel Hughes