home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18298 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!news.funet.fi!funic!sauna.cs.hut.fi!news.cs.hut.fi!s37732v
  2. From: s37732v@snakemail.hut.fi (Markus Juhani Aalto)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Version Strings...
  5. Message-ID: <S37732V.93Jan7184001@lk-hp-16.hut.fi>
  6. Date: 7 Jan 93 16:40:01 GMT
  7. References: <Leon.0byx@abcd.Houghton.MI.US>
  8. Organization: Helsinki University of Technology, Finland
  9. Lines: 37
  10. NNTP-Posting-Host: lk-hp-16.hut.fi
  11. In-reply-to: Leon@abcd.Houghton.MI.US's message of 6 Jan 93 18:46:40 EST
  12.  
  13. In article <Leon.0byx@abcd.Houghton.MI.US> Leon@abcd.Houghton.MI.US (Leon) writes:
  14.  
  15.    Can anyone give me a code fragment to insert a version string in my program
  16.    so that the AmigaDOS version program will detect it?
  17.  
  18.    Thanks MUCH...
  19.  
  20.    Bi Bi...
  21.  
  22.    \Leon
  23.  
  24.    -- Via DLG Pro v0.995
  25.  
  26.    ______________________________________________________________________
  27.    |  o__ ----       \\ABCD///Amiga BitSwap Central Dispatch - DLG BB/OS!
  28.    | _.>/ _-------    \\BBS// 16K8bps - 3 Lines! - Fido/UUCP(906)482-8248
  29.    |(_) \(_)Leon Shaner\\\// <leon@abcd.houghton.mi.us> or <leon@mtu.edu>
  30.    |________[MTU - CTS] \\/  ...Non-Conformity is a virtue I hold dear...
  31.  
  32. ------clip here--------------------
  33.  
  34. UBYTE Version[] = "\0$VER: ProgName 1.0 (7.1.92)";
  35.  
  36. ------clip here--------------------
  37.  
  38.  
  39. --
  40.  
  41.  
  42. **************************************************************************
  43. *         Markus Aalto              | Helsinki University of Technology  *
  44. *                                   |                                    *
  45. *  EMail: s37732v@vipunen.hut.fi    | Faculty of Electric Engineering    *
  46. *  Fax:   358-0-8746991 (Sometimes) |                                    *
  47. *                                   | Undergraduate in Computer Science  *
  48. **************************************************************************
  49.         
  50.