[A83] Re: Installer program


[Prev][Next][Index][Thread]

[A83] Re: Installer program



> What is the easiest way to add the bytecode from multiple programs into a 
> single installer program?  I am using TASM... can I use the #include 
> directive with the desired files or do I need to somehow paste in the
> bytes 
> by way of .db?
> 
> Jeff
> 

The line
#include somefile.ext
will have the same effect as copy-pasting somefile.ext in place of the
include directive.
Make sure the included file is in the right directory.

HTH,
Rob van Wijk

-- 
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post




Follow-Ups: References: