home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / netcraft / netcraft.doc next >
Text File  |  1988-06-10  |  4KB  |  77 lines

  1. This is a beta test of four of the units in NetCraft.  The commercial version
  2. (available upon registration) will have most of the routines optimized in
  3. external assembly language.  During the beta test phase, I am including
  4. the pascal source to aid the debugging process.
  5.  
  6. Please note that this beta version only includes three of the more commonly
  7. used units.  The full version includes several others, including:
  8.  
  9.   NetLock - Implements all NetWare record locking functions
  10.   NetDisk - Disk services
  11.   NetMsg  - NetWare messaging services (does not include SPX or IPX currently)
  12.   NetObj  - Deals with Object, Properties, and passwords
  13.  
  14.  
  15. The units that are included are:
  16.  
  17.   NetCraft - Assorted useful APIs, including routines to deal with extended
  18.              file attributes, getting connection numbers, flagging files as
  19.              sharable and a host of others.
  20.  
  21.   NetPrint - Printer services, including turning Novell's spooler on and off,
  22.              and setting NetWare's default LPT device.  These routines are
  23.              similar to other code found in DL 4 (LIB 4) for Turbo Pascal
  24.              3 by other authors.
  25.  
  26.   NetTTS   - Routines related to Advanced NetWare's Transaction Tracking
  27.              System.  Not all versions of NetWare implement TTS, so you
  28.              must have a version of Adv. NetWare that supports TTS.
  29.  
  30.   NetServ  - Routines related to the file server.  Some of these routines
  31.              (like downing the server and disabling login) are for advanced
  32.              applications only, and should be used at your own risk unitl
  33.              further testing and documentation is completed.  The unit is
  34.              included mainly for the GetServerDateTime routine.
  35.  
  36. I apologize for the lack of documentation and sample programs.  I have
  37. simply not had the time I need to get this project polished off.  Many of these
  38. routines are untested, and others need more testing.  Due to popular demand,
  39. I decided to go ahead and start the beta test process.  As the other
  40. above mentioned units are completed, this file will be updated.
  41.  
  42. One sample program NetTest.Pas is included.  This file simply tests some of
  43. the routines in the NetCraft, NetServ and NetTTS units.  Please let me know
  44. if it works, I have had problems with the GetServerDateTime procedure in the
  45. past (but I believe it is fixed now).
  46.  
  47. Note that all units and sample programs currently have range AND stack
  48. checking enabled.  This is due to the fact that this is still a beta version.
  49.  
  50. The user accepts all responsibility for the use of these tools.
  51.  
  52. Because of the amount of time that went into coding these units, I am going to
  53. be asking for a registration fee.  Payment of the registration fee will
  54. entitle you to the update to the assembly language optimized version of
  55. NetCraft, as well as an update to version 5 of Turbo Pascal if and when it
  56. becomes available.  Registered users will also be entitled to telephone support
  57. and EASYPLEX support.  I will also answer questions of BPROGA S16.
  58. You may not use these units in a commercial application without registering
  59. them.  You are certainly free to try before you buy!  Payment of the
  60. registration fee will help encourage the development of future tools.
  61.  
  62. For a very limited time, the registration fee will be $25.  Upon formal
  63. release of version 1.0, it will double.  Those who register during the beta
  64. period for $25 will also get a "surprise bonus" program.  I will be setting
  65. up a PO Box in the near future, but for now my address is:
  66.  
  67.   Richard S. Sadowsky
  68.   2633 Glendale Blvd.
  69.   Los Angeles, Ca. 90039
  70.   (213) 660-9918
  71.  
  72. I can be reached on Compuserve with USERID 74017,1670, or on MCI mail as
  73. RSADOWSKY.
  74.  
  75. ** NetWare and Advanced NetWare are trademarks of Novell, Inc.  Turbo Pascal
  76. is a registered trademark of Borland International, Inc.
  77.