home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / clarion / 3rdparty / tools / library / twfix2.exe / README.FIX < prev    next >
Encoding:
Text File  |  1995-04-27  |  2.6 KB  |  63 lines

  1. TABOGA TEMPLATES AND TOOLS FOR CLARION FOR WINDOWS
  2. ==================================================
  3.  
  4.  
  5. Fixes for Release 2
  6. ====================
  7.  
  8.      Included in this patch files are fixes for a couple of bugs
  9. that with the Taboga Templates for Windows.  Rather than waiting for
  10. the next release (the release for CW 1.002), we are uploading these
  11. now in case they are needed by someone.
  12.  
  13.      Specifically, the following two fixes are included:
  14.  
  15.      1)  There was a bug in two of the tagging code templates:  TCopyTags,
  16. and TProcessTags.  The bug appeared when using queues for holding tags.
  17. In the TCopyTags template, when we were copying tags from a memory queue
  18. tag set to a field in the primary file tag set.  In the process tags
  19. template, you couldn't use this template with neither of the two types
  20. of queue tag sets.
  21.     Both of these conditions are fixed now.  It is important to note,
  22. however, that to fix these problems we had to make some corrections to
  23. the TTag.DLL file.
  24.     Thus, make sure that you execute the following two statements at the
  25. dos prompt:
  26.         COPY \CW\TABOGA\TTAG.OBJ \CW\OBJ
  27.         COPY \CW\TABOGA\TTAG.LIB \CW\OBJ
  28.         COPY \CW\TABOGA\TTAG.DLL \CW\BIN
  29.  
  30.     Or you can run the included MOVE_LIB.BAT which should do the same
  31. thing.
  32.  
  33.     It is NOT NECESSARY to regenerate the TTAG.DLL file as the one
  34. included should work OK.
  35.  
  36.     2)  There was a documented bug in the TVerticalTabControl which forced
  37. you to go into the Window before generating.  I have since found the where
  38. the bug was, and I am sending an updated template file.
  39.     You shouldn't need to do anything to get this to work.  When you
  40. load an application, the template chain will be re-registered, and the fixes
  41. will come into effect.
  42.  
  43.  
  44.  
  45.     Other news
  46.     ----------
  47.  
  48.      Although I haven't received CW 1.002 yet, I understand that it is
  49. either shipping, or really close to being released.  As soon as I receive
  50. it, I will start working to provide you with whatever template changes
  51. are necessary to work with the new CW release.  As previously, there will
  52. not be any fees for registered Taboga users for the new release.
  53.  
  54.      Also close to start shipping is CW 1.5.  At the moment all I can say
  55. is the following.  If the templates in CW 1.002 are not significantly
  56. different than those in CW 1.5.  The release of Taboga Templates and Tools
  57. for CW 1.5 will be free to all registered Taboga Templates for Windows
  58. users.  However, if they are significantly different, I will have to
  59. develop a different product.  I however, anticipate that they should
  60. probably be very similar, if not identical.
  61.  
  62.  
  63.