home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!mcsun!ub4b!sunbim!usenet
- From: accs1@bagheera.mumath
- Subject: Re: Version Strings...
- Message-ID: <1993Jan8.111612.25180@sunbim.be>
- Sender: usenet@sunbim.be (user news)
- Reply-To: accs1@bagheera.mumath
- Organization: Sun Microsystems
- References: <S37732V.93Jan7184001@lk-hp-16.hut.fi>
- Date: Fri, 8 Jan 93 11:16:12 GMT
- Lines: 32
-
-
- In article 93Jan7184001@lk-hp-16.hut.fi, s37732v@snakemail.hut.fi (Markus Juhani Aalto) writes:
- >In article <Leon.0byx@abcd.Houghton.MI.US> Leon@abcd.Houghton.MI.US (Leon) writes:
- >
- > Can anyone give me a code fragment to insert a version string in my program
- > so that the AmigaDOS version program will detect it?
- >
- > Thanks MUCH...
- >
- > Bi Bi...
- >
- > \Leon
- >
- > -- Via DLG Pro v0.995
- >
- > ______________________________________________________________________
- > | o__ ---- \\ABCD///Amiga BitSwap Central Dispatch - DLG BB/OS!
- > | _.>/ _------- \\BBS// 16K8bps - 3 Lines! - Fido/UUCP(906)482-8248
- > |(_) \(_)Leon Shaner\\\// <leon@abcd.houghton.mi.us> or <leon@mtu.edu>
- > |________[MTU - CTS] \\/ ...Non-Conformity is a virtue I hold dear...
- >
- >------clip here--------------------
- >
- >UBYTE Version[] = "\0$VER: ProgName 1.0 (7.1.92)";
- >
- >------clip here--------------------
- >
-
- I wonder why that stays in the executable. I would expect a good compiler would
- through that line away unless it is really referenced.
-
- Frank
-