home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / ipx_spx / readme.txt < prev    next >
Text File  |  1994-06-10  |  3KB  |  79 lines

  1.                          IPX & SPX Custom Controls
  2.                                     For
  3.                               Visual Basic 3.0
  4.                                      &
  5.                                   Windows 3.1
  6.                      -----------------------------------
  7.                                   Version 2.01
  8.                                   June 10, 1993
  9.  
  10.   This document covers important installation and configuration information. 
  11.  
  12.   This is a shareware distribution of IPX & SPX Custom Controls.  IPX & SPX 
  13.   Custom Controls are for use with Microsoft Visual Basic and Visual C++.  
  14.   With these controls you may create applications that can communicate as 
  15.   clients and/or servers on Novell NetWare networks.  With the shareware 
  16.   version of these controls, you cannot load the controls in the development
  17.   environment (VB.EXE).
  18.  
  19.   Please READ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  20.   The 2.00 version of IPX.VBX and SPX.VBX are deliberately incompatible
  21.   with the 1.x version of the controls.  There were several nasty bugs
  22.   in the first controls which were resolved in this version.  Please
  23.   replace any 1.x version of these controls with this version and double
  24.   check your properties in the development environment.  Otherwise, you
  25.   may experience strange behavior, or GP Faults.
  26.  
  27.   Version 2.00 has corrected several bugs, notably a GP Fault in allocating
  28.   memory for the ECBs.  Another important feature is allowing multiple 
  29.   instances of the controls.
  30.  
  31. Installation Directions
  32. --------------------------------- 
  33.   Create a subdirectory on your hard drive and copy the zip file into it.
  34.   Unzip the files using the -d option to create the subdirectories for the 
  35.   three example applications.
  36.   Copy IPX.SPX and SPX.VBX into the \WINDOWS\SYSTEM subdirectory.  
  37.   The sample applications can then be run by double-clicking on the 
  38.   executables in File Manager, or by using the File/Run option in Program 
  39.   Manager.
  40.  
  41. ***********************
  42. Important Program Notes
  43. ***********************
  44.  
  45.   The IPX.VBX and SPX.VBX require that the workstation be set up as a 
  46.   NetWare client.  This involves loading IPX.COM or IPXODI.COM before 
  47.   starting Windows.  The following lines should be included in the 
  48.   SYSTEM.INI file to properly load network components for Windows.
  49.  
  50.   [386Enh]
  51.   network=*vnetbios,vipx.386,vnetware.386
  52.  
  53.   [boot]
  54.   network.drv=netware.drv
  55.  
  56.   The example applications also require the NetWare requester (NETX or 
  57.   VLM) be loaded before starting Windows.  The applications make several 
  58.   calls through the requester and NWCALLS.DLL to locate other users on 
  59.   the network.
  60.  
  61. ************
  62. Registration
  63. ************
  64.   To receive technical support,bug fixes, and upgrades, please register 
  65.   your product.  You may either register the control by sending a filled 
  66.   out REGISTER.FRM file or by sending your name, media size, address, 
  67.   and $30 to:         
  68.  
  69.   Lee Wiltbank
  70.   Attn: IPX/SPX VBX
  71.   869 S. 930 W.
  72.   Payson, UT  84651
  73.  
  74.   You may also register the controls on CompuServe in the SWREG forum, 
  75.   Registration ID 1828.
  76.  
  77.   Please send any bug reports, suggestions, and enhancement requests to the
  78.   same address.
  79.