Mail Archives: djgpp/1996/09/13/05:00:40
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.
- Raw text -