home *** CD-ROM | disk | FTP | other *** search
- Path: phoenix.owl.de!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- References: <9601052319.AA0005c@schlott.demon.co.uk>
- From: "Frank Wille" <frank@phoenix.owl.de>
- Date: Tue, 09 Jan 1996 18:30:31 +0200
- X-NewsReader: IntuiNews 1.3b Beta 3 (5.11.95)
- Subject: Re: Dos Hunks
- Message-ID: <42116413@phoenix.owl.de>
- Organization: Phantasm
-
- Tom Kuhn wrote on Fri, 5 Jan 96 23:19:12 GMT
- about "Dos Hunks" :
-
-
- TK> I have written a program which is a small intro-maker. It compiles the
- TK> 'intro' to disk, which consists of a small exe (always the same for
- TK> any intro) and a data file which could be any size. To have 2 files to
- TK> distribute about is messy.
- TK>
- TK> How can I get my compiling section to automatically link the exe with
- TK> the data file so parts of the exe can find the datum it needs? All I
-
- Insert XREFs for the required data in your executable and you will
- get an object file instead. Then create the data file as an object
- too, either by appending a correct xdef-block yourself or by
- creating the data file as source first, and then assembling it.
- Now you can start your linker to link both.
-
-
- TK> need to know really is how hunks work. The 3.0 includes don't tell me
- TK> much!
-
- If you need to know more about Hunks, I would recommend "The Amiga
- Guru Book" from Ralph Babel.
-
-
- -- _
- _ // Frank EMail: frank@phoenix.owl.de
- \X/ IRC: Phx @ #amiga(ger)
-
-