From: Leif Newsgroups: comp.os.msdos.djgpp Subject: Help me merge my .DAT and .EXE files! Please.... Date: Sat, 24 Oct 1998 23:14:25 -0700 Organization: NorthWest Nexus Inc. Lines: 6 Message-ID: <3632C1C1.7A45@hotmail.com> NNTP-Posting-Host: blv-pm103-ip27.halcyon.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.04 (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ok, I made this game and it works great! My program uses a file on disk to load graphics and other misc data... I was wondering how I could INCLUDE all that data into my program so that it will not need any other files to be on disk. I was thinking something like Including it in the project list and using offsets rather then LOADING from the disk file into memory.