home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / vbstra / whatsnew.txt < prev   
Text File  |  1995-02-26  |  3KB  |  85 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. VBstrAPI.DLL Version 1.0 Revision 1.32
  20. ======================================
  21.  
  22. LICENSED DEVELOPERS (REGISTERED)
  23. --------------------------------
  24.  
  25. As of Revision 1.22+ you will find a new file in the distribution archive:
  26. VBSTRAPI.RTL.  This file contains the Run-Time Only version of the library.
  27. You are licensed to distribute ONLY this file with your application.  The
  28. file must be renamed to VBSTRAPI.DLL before being added to your distribution
  29. disks or archive.
  30.  
  31. VBSTRAPI.RTL is registered to you and, in fact, is your license file.  DO NOT
  32. DISTRIBUTE THE DEVELOPER'S VERSION OF VBSTRAPI.DLL!
  33.  
  34.  
  35. ADDITIONS
  36. ---------
  37.  
  38.     Ver 1.0 Rev 1.32
  39.  
  40.         The Demo Application has been modified to better demonstrate the
  41.         performance capabilities of VBstrAPI.
  42.  
  43.         Added CatStrFindIC and modified CatStrFind
  44.  
  45.             CatStrFind now is case-sensitive, just as InStr is.  CatStrFindIC
  46.             ignores case.
  47.  
  48.         Fixed FindString and FindStringIC
  49.  
  50.             Both functions performed very badly. This was due to an oversight
  51.             on my part. Thanks to Jim Moran for bringing this to my
  52.             attention.
  53.  
  54.         Added CatStrMid$ Method
  55.  
  56.             This method works like the Visual Basic Mid$ function, except on
  57.             CatStr Object strings.  This means you can define and use strings
  58.             much larger than VB will accept, and strip pieces out as needed.
  59.  
  60.  
  61.     Ver 1.0 Rev 1.30
  62.  
  63.         Added PutArrayBlk and GetArrayBlk Methods
  64.  
  65.             Two powerful methods for storing ANY variable or user-defined
  66.             type other than variants.  There are a few coveats, so read the
  67.             help file for more information.
  68.  
  69.     Ver 1.0 Rev 1.22
  70.  
  71.         Added CatStrLPSZ Method
  72.  
  73.             Used to return a Pointer to the string stored in the CatStr
  74.             Object.  This address is valid throughtout the life of the CatStr
  75.             Object it belongs to. (buffer areas are LOCKED in memory)
  76.  
  77.     Ver 1.0 Rev 1.21
  78.  
  79.         Added CatStrLineCount Method
  80.  
  81.             Used to determine the number of CRLF delimited lines stored in
  82.             the CatStr Buffer Object.
  83.  
  84.  
  85.