home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / win / prg / vbstra / readme.txt next >
Text File  |  1995-06-23  |  7KB  |  148 lines

  1.  
  2.                                    %
  3.        %%    %% %%%%%%            %%               %    %%%%%%  %%%%         
  4.        %%    %%  %%  %%           %%              %%%    %%  %%  %%          
  5.        %%    %%  %%  %%  %%%%%  %%%%%%  %% %%%   %% %%   %%  %%  %%          
  6.        %%    %%  %%%%%  %%   %%   %%     %%% %% %%   %%  %%  %%  %% v1.0
  7.        %%    %%  %%  %%  %%%      %%     %%  %% %%%%%%%  %%%%%   %%          
  8.         %%  %%   %%  %%    %%%    %%     %%     %%   %%  %%      %%          
  9.          %%%%    %%  %% %%   %%   %% %%  %%     %%   %%  %%      %%          
  10.           %%    %%%%%%   %%%%%     %%%  %%%%    %%   %% %%%%    %%%%         
  11.                                                                              
  12.         A String Buffer and Huge String Array Object Server Library
  13.              Written specifically for Visual Basic for Windows
  14.  
  15.                       Copyright ⌐ 1995, Greg Truesdell
  16.  
  17. ---------------------------------------------------------------------------
  18.  
  19. Introduction
  20.  
  21.     For a complete introduction to VBstrAPI, please take a look at the .WRI
  22.     (Windows Write format) document inclosed and the introduction page in
  23.     the Windows Help file VBstrAPI.HLP.
  24.  
  25.     VBstrAPI contains very fast, optimized objects for special string
  26.     handling situations.  This is not 'another' string library with a
  27.     plethora of string functions, by a string object server library
  28.     specifically for Visual Basic programmers and database application
  29.     developers.  The library MAY work with MS Access applications.  There
  30.     is no implied or specified guarrentee on that one way or the other!
  31.  
  32.  
  33. Demo Application
  34.  
  35.     The inclosed demo application is designed to show you how you might use
  36.     the functions and objects available in VBstrAPI.DLL.  You can either
  37.     run the pre-compiled program or load the DEMOAPP.MAK file into Visual
  38.     Basic and run it from there.  A few things you should know before
  39.     running the demo:
  40.  
  41.     1.  THREED.VBX is required.  If you do not have it already, copy it to
  42.         your WINDOWS\SYSTEM directory.
  43.  
  44.     2.  The VBstrAPI.DLL file may be left in the current directory.  That
  45.         is the directory you un-zipped the archive files into.  The demo
  46.         application sets the directory to the one it is running in.
  47.  
  48.     3.  The program uses VBstrAPI.DLL Objects and functions as part of its
  49.         normal execution.  It expects to see certain subroutines named as
  50.         they are.  This is so the program can locate the piece of code it
  51.         wants to show to you.  It is probably best to leave the subroutine
  52.         names alone.
  53.  
  54.     4.  Because of the above (3.), the program requires that the .FRM files
  55.         are saved as text.  When you are playing with the program and
  56.         modifying it, remember that you must save the project as text
  57.         before running.
  58.  
  59.     5.  Look at ALL of the code.  I have intentionally used CatStr objects
  60.         liberally, even where it is not required.
  61.  
  62. ---------------------------------------------------------------------------
  63.                         FOR UNREGISTERED USERS ONLY
  64. ---------------------------------------------------------------------------
  65.  
  66. EVALUATION PERIOD AND RIGHTS
  67.  
  68.     You are granted a limited 30 day license to evaluate the usefulness of
  69.     VBstrAPI.DLL in your environment.  After that period, if you decide not
  70.     to use the Library, then you must remove all files and archives
  71.     containing the distribution files.  This limited license is offered
  72.     only once to a single individual or corporation.  Please respect the
  73.     intellectual property and development efforts of the author.
  74.  
  75.     You may re-distribute the Shareware Distribution Archive so long as you
  76.     do not add, remove or alter any of it's contents nor charge a fee of
  77.     any kind eccept that which is necessary to transmit, store or mail it.
  78.  
  79. ---------------------------------------------------------------------------
  80.                          FOR REGISTERED USERS ONLY
  81. ---------------------------------------------------------------------------
  82.  
  83. DISTRIBUTION OF VBSTRAPI.DLL WITH YOUR APPLICATIONS
  84.  
  85.     The REGISTERED VBstrAPI Archive now contains a Run-Time Only version of
  86.     the library.  The file is named VBSTRAPI.RTL and must be renamed to
  87.     VBSTRAPI.DLL when included with your application disk or archive.  You
  88.     are lisensed to distribute ONLY the Run-Time version of the library.  You
  89.     may NOT distribute the developer's copy of VBSTRAPI.DLL!
  90.  
  91. BUG REPORTS AND CHANGE REQUESTS
  92.  
  93.     As a registered user of VBstrAPI, you are allowed and encouraged to
  94.     forward Bug Reports and Change Requests.
  95.  
  96.     Send your comments to CompuServe 74131,2175 or Internet Address
  97.     74131,2175@compuserve.com.
  98.  
  99.  
  100.     BUG REPORTS
  101.  
  102.     When describing a possible bug, please include as much information as
  103.     you can.  If possible, send a code snippit that demonstrates the
  104.     problem so I can reproduce it.  Also, include the brand and type of
  105.     computer you are using, RAM, CPU and etc.  Please also quote the
  106.     version and revision numbers for the library you have.
  107.  
  108.     As bugs are located, maintenance releases will become available to all
  109.     registered users of VBstrAPI.DLL v1.xx in the MSBASIC forum on
  110.     CompuServe.  Each registered user is given the password for all update
  111.     archives released for the major version you have registered.
  112.  
  113.  
  114.     CHANGE REQUESTS
  115.  
  116.     Change Requests are accepted as commentary concerning the operation of
  117.     VBstrAPI's objects and methods.  These comments will be evaluated and
  118.     implemented as deemed necessary by the author.  However, all care will
  119.     be taken to give credit to registered users whos ideas are implemented.
  120.  
  121.     In addition, if you have a specific need that would warrent a special
  122.     modification of VBstrAPI, I will be happy to discuss making the
  123.     change or addition at a nominal cost.
  124.  
  125.     Source code is not yet being made available, but special cases will be
  126.     entertained.  Please contact me through CompuServe.
  127.  
  128.     Improvements and additions to VBstrAPI have already begun, and will be
  129.     available to registered users as soon as they are complete.
  130.  
  131.  
  132. THE STICKY LEGAL STUFF
  133.  
  134.     If you have purchased the Registered Version of VBstrAPI, then please
  135.     remember that, although you may distribute the Run-Time Only version
  136.     with your applications without royalties, you MUST NOT distribute
  137.     VBSTRAPI.HLP or VBSTRAPI.BAS. These two files represent a covenant
  138.     between the purchaser and the author and are CONFIDENTIAL.  Only
  139.     licensed users of the development package may legally possess these
  140.     files.  All registered versions of VBstrAPI are stamped with your
  141.     registration identification.  Decompiling or altering the library is
  142.     strictly prohibited.
  143.  
  144.     You may produce any product you care to using this DLL, so long as you
  145.     comply with the requirements stated above and in the .HLP file.
  146.  
  147.  
  148.