From: "Luke Bishop" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can I split my EXE-file into a EXE-file and a OBJ-file? Date: 30 Mar 1998 00:32:35 GMT Organization: The Zone Lines: 12 Message-ID: <01bd5ab9$9e9a3dc0$6548a5c6@technoid> References: <3 DOT 0 DOT 5 DOT 32 DOT 19980329185712 DOT 007a4430 AT vip DOT cybercity DOT dk> NNTP-Posting-Host: n072h101.thezone.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > I don't know why, but I diden't like EXE-files larger than 50 KB and I have > no technical reason for that.... > Do I need to change my code before DLX can split it? Can I call that kind > of splitting run-time linking? Yes, you need to add a DLX info block to it. Also, the DLX loader should NOT push the EXE over 50KB, it only tacks a few KB onto the program. Its footprint is very small. Any questions about DLX, write me, as I am the author.