home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / HISTORY.DOC next >
Text File  |  1992-03-02  |  3KB  |  59 lines

  1.                   History Of Turbo Pascal API's for Novell Netware
  2.  
  3.                          Written by Tony Covelli (c) 1991
  4.  
  5.  
  6. Turbo Pascal API's for Novell Netware (TPAPI) started out as a library for my
  7. personal use in May 1990.  Since then there have been many rewrites as I grew
  8. more proficient in the Turbo Pascal language.
  9.  
  10. This is my first real release of the library and is now object oriented (my
  11. first attempt at OOP).  It has been used with Netware versions 2.0a, 2.1x,
  12. 2.2 and Netware 386 v3.xx.
  13.  
  14. As many of you will know, certain Netware 286 functions are no longer
  15. supported by Netware 386.
  16.  
  17. The library is modelled on Novell's 'C' Interface for DOS v1.2, therefore the
  18. syntax of each method is nearly in all cases the same.  This was to aid me
  19. when I needed to convert a 'C' program to pascal and wanted to keep the syntax
  20. exactly the same.
  21.  
  22. --------------------------------------------------------------------------------
  23. Version 1.0b - Released 4th December, 1991
  24.  
  25. * First real release of the library for Turbo Pascal 6.0.
  26. * Certain limitations do exist :
  27.  
  28.     You cannot use any method on a file server that has ENCRYPTED PASSWORDS set
  29.     to on.
  30.  
  31. --------------------------------------------------------------------------------
  32. Version 1.1 - Not released
  33.  
  34. * Added a complete new suite of API's - Queue services.  The only difference 
  35.   from Netware is that no file handles are returned, instead a FileOfByte 
  36.   type is used.
  37.  
  38. * Added more API's throughout.
  39. * Added AutoLogin function to NWMISC unit.
  40. * Moved FileServerNameTable & ServerConnectionIDTable out of NetwareOBJ. 
  41. * Changed variable FileSize to SizeOfFile in certain units.
  42. * Started the documentation in real anger.
  43. * FileServerServices (NWFSSERV.TPU) - Possible bug in Netware
  44.  
  45.     GetExtendedFileAttributes is meant to return the FileAttributes and a 
  46.     result.  When you call the function both the FileAttributes and the result 
  47.     are the same
  48. --------------------------------------------------------------------------------
  49. Version 1.2 - Not released
  50.  
  51. * Finally completed FileServer Services unit (NWFSSERV.TPU).
  52. * Added several more examples which show how easy it is to replicate Novell
  53.   utilities.
  54. * MapV3TrusteeRightsToV2 (NWDIR.TPU) fixed bug which gave incorrect info.
  55. * Changed _NWMapWildPath (NETWARE.TPU) to a function.
  56. * Moved all table pointers out of NetwareOBJ.
  57. --------------------------------------------------------------------------------
  58.  
  59.