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