home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2538 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  52 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: howland.reston.ans.net!torn!utnut!utinfo!news
  3. From: Norman Baccari <normb@gpu.utcc.utoronto.ca>
  4. Subject: Re: Opening Libraries "Quietly"
  5. X-Nntp-Posting-Host: control3.utcc.utoronto.ca
  6. Content-Type: text/plain; charset=us-ascii
  7. Message-ID: <DM3zC9.HDw@utcc.utoronto.ca>
  8. Sender: news@utcc.utoronto.ca (News)
  9. Content-Transfer-Encoding: 7bit
  10. Organization: UTCC Campus Access
  11. References: <DLzwBH.4Eu@utcc.utoronto.ca> <4eqg78$7t2@horus.mch.sni.de>
  12. Mime-Version: 1.0
  13. Date: Thu, 1 Feb 1996 18:00:09 GMT
  14. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  15.  
  16. teicher@limburg.mch.sni.de (Thomas Eicher) wrote:
  17. >Norman Baccari (normb@gpu.utcc.utoronto.ca) wrote:
  18. >: Is there a
  19. >: way to get the info I want from any disk based library,
  20. >: quietly & legally?
  21. >
  22. >What's wrong with reading the $VER: string ?
  23. >
  24. >
  25. >
  26. >--
  27. >               Thomas Eicher - teicher@limburg.mch.sni.de 
  28. >           My opinions need not reflect those of my employer
  29. >               Looks good on the outside but Intel inside 
  30.  
  31.  
  32. I trust you are refering to the $VER in the Lib->Id_String. 
  33. If so then I've found that this is, in many cases different
  34. from the value in the Revision field of the Lib Struct. In many
  35. cases I have found no Id_String at all and had to rely on
  36. the Revision field. (no revision field in resident struct so
  37. LoadSeg() wont give it to me) .
  38. I've also found that many programmers will have the 
  39. Id_String/$VER: indicate the version/revision of the
  40. program that uses the library and not the Ver/Rev of the library
  41. itself so this can be misleading.
  42.  
  43. If I've missed your point, please let me know.
  44. (Still looking for a stable Ver/Rev/Id_String)
  45.  
  46. -- 
  47. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  48. Norman Baccari   normb@gpu.utcc.utoronto.ca    Toronto,Ontario Canada
  49. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  50.  
  51.  
  52.