home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / clarion / library / clacom / readme.now < prev    next >
Text File  |  1994-02-24  |  3KB  |  53 lines

  1.  
  2.                         CLACom Supplemental Information
  3.  
  4.  
  5.   The executible program that demonstrates many of the CLACom features
  6.   is contained within another archive called GTERMX.ZIP (not to be
  7.   confused with GTERM.ZIP which contains the source code for the
  8.   example program). GTERM.EXE is compiled as a static overlay, which
  9.   means its size is quite large. We compiled it this way so that those
  10.   who do not have Clarion Database Developer may try the program out.
  11.   We believe GTERM shows the true power of CDD and would like for anyone
  12.   who has been contemplating purchasing CDD or upgrading to it to see
  13.   this power in a real world application, rather than a simple Phone Book
  14.   database.
  15.  
  16.  
  17.   Clarion hard codes Directory Paths into the application properties.
  18.  
  19.   When you first load the GTERM.APP an Error window will pop up telling
  20.   you that the GTERM.DCT file does not exist. Select OK and when the
  21.   Application Properties window appears, select the Dictionary File
  22.   field. A window will pop up and you may then select the GTERM.DCT
  23.   file. Back at the Application Properties window, select OK to save
  24.   your changes. You will now be presented with another Error window
  25.   telling you that the "FILE ALREADY EXISTS". Which file it is 
  26.   refering to is not known, but it no doubt is refering to the GTERM.DCT
  27.   file. Select OK.
  28.  
  29.   At this point, you will once again have to reload the GTERM.APP
  30.   file. This time, however, there will not be any error messages. But,
  31.   there is still a hidden, hard coded path. Select the Module View and
  32.   at the very bottom of the screen you will see the CLACOM.OBJ Module.
  33.   Highlight the module and press Enter. The Module Properties window
  34.   will appear. Select the Module Structure Include File field. At the
  35.   Select Include File window, select the CLACOM.INC file. Save your
  36.   changes and when you are back at the Module Worksheet, the GTERM
  37.   paths will now be hard coded to your directory structure instead of
  38.   ours!
  39.  
  40.   Before compiling the GTERM Application, be sure to make the change
  41.   to your ROVERLAY.EXP file, as described in the Manual. You can
  42.   also copy ROVERLAY.EXP to GTERM.EXP and make the change to that file
  43.   instead.
  44.  
  45.   NOTE: If you intend to look at the GTERM Clarion Source or modify
  46.         the Application, you need to unzip the GTERM.ZIP file in the
  47.         same directory where you placed your CLACom files. The reason
  48.         is that the GTERM APP will need to have access to your
  49.         CLACOM.INC, CLACOM.OBJ, and the CLACOM LIB files. If you place
  50.         the GTERM APP in its own directory you will need to copy the
  51.         CLACOM.INC, CLACOM.OBJ, and CLACOM LIB files into that directory.
  52.  
  53.