Date: Mon, 5 Oct 1998 17:58:16 +0100 (MET) From: "La Daga Fabio;Architetture di Controllo per Robot Autonomi" To: djgpp AT delorie DOT com Subject: memory allocation Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII After having successfully compiled and linked a djgpp program (using C ANSI, not C++ options), I run the .exe file. The program (about 350Kb executable) seems to work fine, but suddenly crashes when memory allocation is performed for loading data. The error reported is: "Error: Not enough heap space (GetDirFiles = -xxx)" where xxx is a (usually negative) number variable from crash to crash (usually it's between 25000 and 65000...but I don't know what it means). I would appreciate any help...!!!!! Fabio La Daga