Subj : Re: "Out of Memory" error during Borland C++ 5.02 compile To : borland.public.cpp.borlandcpp From : Sebastian Ledesma Date : Tue Mar 08 2005 02:15 pm Hello Mark: Try erasing the precompiled header (myproject.csm). Check if your headers avoid double inclusion, for example //FILE MYINCLUDE.H: #if !defined MYINCLUDE_H #define MYINCLUDE_H #include "others headers.h" ..... #endif Saludos Sebastian "Mark" escribió en el mensaje news:422dd912$1@newsgroups.borland.com... > > This is set up as a pure DOS application. > Why? > Running on windows 2000 with all updates, 2G Memory, 117G Hard Drive > space available. > > > This was not an issue until I added some code to two of my c files. > Any suggestions? > Thanks > > > .