Date: Fri, 13 Sep 1996 11:38:10 +0200 (IST) From: Eli Zaretskii To: Farhan Yousaf Cc: djgpp AT delorie DOT com Subject: Re: Including files in the EXE In-Reply-To: <1.5.4.32.19960912171059.0073ba3c@mail.interlog.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 12 Sep 1996, Farhan Yousaf wrote: > Is there a way to include binary files in the EXE without running out of > memory at compile time? > > I can include binary files converted to headers fine with Borland C, however > DJGPP seems to run out of memory very fast when I do the same. Can you explain what does ``run out of memory very fast'' mean, or maybe post a small program that exhibits such behavior? It is not clear from your message why inclusion of binary files should be different in any way from any other files (like some arbitrary text). In both cases, DJGPP should use virtual memory, which means you have a lot of space before you run out of memory.