home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / regmax.000 / addendum.txt next >
Encoding:
Text File  |  1995-12-22  |  2.1 KB  |  60 lines

  1. Updates, Additions and Bugfixes to GBLIB2.EXE
  2. =============================================
  3.  
  4. 01/01/94 Initial Release
  5. ========================
  6.  
  7. 06/01/95 Bugfix release
  8. =======================
  9. * New GBLIB2.EXE
  10. * New GBLIB2.HLP
  11. * New REGMAX.BAS
  12.  
  13. * Please note that USERORG may not be over 33 characters long.
  14.   If it is longer, then it will be trimmed to 33 characters by
  15.   GBLIB2.EXE, and WriteRegData will return 1.
  16.   The help old file reference to USERORG being 41 characters should be
  17.   ignored as it is now wrong. Overwrite it with the new help file.
  18.   Note that the previous version of GBLIB2 will cause a GPF if an attempt
  19.   is made to write more than 33 characters in this field.
  20.  
  21. * If an attempt is made to use WriteRegData with the wrong Code-Key,
  22.   with anything other than the default values, then it now returns 99.
  23.  
  24. * A new Code-Key can only be issued if the original request is emailed
  25.   to me again.
  26.  
  27. * A newer version of the Visual Basic REGMAX project is supplied with this
  28.   archive.
  29.   I have put more functions into REGMAX.BAS, so it can more easily be
  30.   incorporated into your projects.
  31.   Note the new Globals, including EXPIRYDAYS and EXPIRED.
  32.  
  33. * The REGMAX project can be distributed by you as you please. It will work
  34.   with any version of GBLIB2.EXE.
  35.  
  36. 09/01/95 Bugfix
  37. ===============
  38.  
  39. * With WriteRegData, Null strings caused a problem. This has been fixed.
  40.   
  41.   The rules now are:
  42.   if USERNAME is a null string, then GBLIB2 writes the string 'NULL' and 
  43.   returns a value of 2
  44.   if USERORG is a null string, then GBLIB2 writes the string 'VOID' and 
  45.   returns a value of 3
  46.  
  47. 30/05/95 Change to GBLIB2.EXE and REGMAX
  48. ========================================
  49.  
  50. * The WritToINIFile now does not require a passphrase.
  51.   This means that it is incompatable with older versions of GBLIB2.EXE
  52.  
  53. * The default Organisation name is 'gbamber:mistral.co.uk'
  54.   This reflects my INTERNET EMail address. (to May 1996)
  55.  
  56. * My Web page is at:
  57.   http://www.mistral.co.uk:80/gbamber/
  58.  
  59. ================================ ENDOFFILE =================================
  60.