home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / VISBASIC / VBRIG10A / README.TX_ / README.TX
Text File  |  1994-10-02  |  4KB  |  110 lines

  1. ======================================
  2. VB/Rig Standard Edition - Version 1.0a
  3. ======================================
  4.  
  5. Compuserve Shareware Registration
  6. ---------------------------------
  7.  
  8. 1. You may order a registered copy of VB/Rig through Compuserve's
  9.    "GO SWREG" service.  The Registration IDs for VB/Rig are:
  10.  
  11.    3117 - Professional Edition
  12.    3115 - Standard Edition
  13.  
  14.  
  15.  
  16. Professional Edition Demo
  17. -------------------------
  18.  
  19. 1. The DEMOPRO.EXE sample program demonstrates two of the additional
  20.    features available in the Professional Edition of VB/Rig:
  21.  
  22.    -- Error-trapping can be enabled or disabled at runtime.
  23.  
  24.    -- Errors can be time-stamped and logged to a sequential 
  25.       file at runtime.
  26.  
  27.  
  28.  
  29. Changes in Version 1.0a
  30. -----------------------
  31.  
  32. 1. If you occassionally edit your source code outside of the VB IDE,
  33.    you may introduce TAB characters (rather than multiple SPACEs) to
  34.    the beginning of indented lines.  Leading TABs and other non-printable
  35.    characters prevented Version 1.0 from recognizing (and therefore,
  36.    rigging) indented "Exit" and "End" statements.  This problem has
  37.    been fixed.
  38.  
  39. 2. VB/Rig now generates CONST declarations for the module names and
  40.    procedure names that are passed as parameters to VBRig_Error.  This
  41.    not only saves string resources, but makes it much easier for you
  42.    to manually rename modules and/or procedures.  Rather than having to
  43.    search-and-replace all those hard-coded literals, you can now simply
  44.    change the CONST declaration.
  45.  
  46.    In order to take advantage of this change, you must re-rig your
  47.    application with Version 1.0a.  This is not mandatory, however,
  48.    as the older code can co-exist peacefully with the newer style.
  49.  
  50. 3. Professional Edition only -- A new global variable, VBRigLogWarnings,
  51.    has been implemented to control the display of "warning" message boxes.  
  52.    The only warning VB/Rig currently displays is "Procedure Stack Out
  53.    of Sync".  See the "VB/Rig Warnings" topic in the .HLP file.
  54.  
  55. 4. Professional Edition only -- A new global variable, VBRigAppINI,
  56.    has been implemented so that you may use your application's private
  57.    .INI file, rather than WIN.INI, to specify the path\filename of
  58.    your error-log file.  See the "Code Options" topic in the .HLP file.
  59.  
  60. 5. Professional Edition only -- Rigging an application for
  61.    "Profiling Only" triggered the "Out of Sync" warning if a runtime
  62.    error actually occurred.  This problem has been fixed, but you
  63.    must re-rig your application with Version 1.0a in order to
  64.    generate the corrected code.
  65.    
  66.    Note that the "Profiling Only" code option has been renamed to
  67.    "Tracing Only".  This is a more accurate label since "profiling"
  68.    implies advanced metrics and reporting that VB/Rig does not provide.
  69.  
  70. 6. Professional Edition only -- VB/Rig now supports logging of
  71.    runtime errors directly to Avanti Software's "PinPoint" tracing
  72.    and profiling tool.
  73.  
  74. 7. VB/Rig's code generator is now aware of "instrumentation" code
  75.    generated by PinPoint's "PPAUTOVB" utility, and can insert and
  76.    remove rigging without disturbing those PinPoint calls.  
  77.  
  78. 8. The "Build SELECT CASE Blocks" code option now generates slightly
  79.    better, more usable, code.
  80.  
  81. 9. SETUP now creates an INSTALL.LOG file in the VB/Rig directory, and
  82.    no longer overwrites your VBRIG.INI file when you re-install.
  83.  
  84.  
  85. Slipstream Revision, Oct. 1, 1994
  86. ---------------------------------
  87.  
  88. The following changes were implemented in a re-build of VB/Rig 1.0a.
  89. No functional enhancements were made.
  90.  
  91. VBRIG.EXE    - Changed background color of all command buttons 
  92.                to "light grey"; Removed declarations of unreferenced
  93.                variables.
  94.  
  95. VBRIGPRO.BAS - Removed declarations of unreferenced variables.
  96.  
  97. SETUP.EXE    - Creates Program Manager icon for INSTALL.LOG and
  98.                REGCARD.EXE.
  99.  
  100. REGCARD.EXE  - Added a fill-in for "Email" address.
  101.  
  102. DEMOPRO.xxx  - Rewrote the Professional Edition demo application to
  103.                exploit the enhancements introduced in VB/Rig 1.0a.
  104.  
  105. GOODIES.COM  - Self-extracting archive now included free with all
  106.                versions of VB/Rig; a set of four useful code modules
  107.                and accompanying demo programs: multi-column listboxes,
  108.                INI file read/write, WINHELP functions, multi-printer output.
  109.  
  110.