On , Steven Dyck (1:353/710@fidonet) wrote:
> I was wondering if any of you could give me a little help with this
> header file I'm creating. I want this file to create a number and then
> insert this number into the mother program. Sorry, I want a command
> listed in this header file to create a number and inject it into the
> program.
> Any ideas? Or am I still too vague?
Steve...
I don't think so - you want something like a serial number or checksum
added to your runtime. This isn't a task for a header file, but one for a
separate utility. The usual way to do this is to place a recognizable string
in your program which can be used to locate the value, which is coded as
literal data.
For an example, see CHECKEXE.C in SNIPPETS...
--- QM v1.00
---------------
* Origin: MicroFirm : Down to the C in chips (1:106/2000.6)
|