home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / tvme30.zip / README.!!! < prev    next >
Text File  |  1995-08-02  |  2KB  |  39 lines

  1. TVMEditor 3.00 Shareware Release Notes
  2. ======================================
  3.     Including the compiled demo executable and resource file with this
  4. shareware release proved to be too much.  The resulting .ZIP file was
  5. over 400K in size.  To reduce it to a more acceptable size, I have
  6. omitted them.  In order to build the demo, you will need to do the
  7. following:
  8.  
  9.     1. If you are using TV 1.03, rename TVCOLR.TV1 to TVCOLR.H.
  10.        If you are using TV 2.0, rename TVCOLR.TV2 to TVCOLR.H.
  11.  
  12.     2. If you are using:        Rename:
  13.         BC++ 3.1/TV 1.03         TVMEDIT.BC3 to TVMEDIT.LIB
  14.         BC++ 4.xx/TV 1.03        TVMEDIT.BC4 to TVMEDIT.LIB
  15.         BC++ 4.xx/TV 2.0         TVMEDIT.TV2 to TVMEDIT.LIB
  16.  
  17.        Sorry, the BC++ 3.1/TV 2.0 combination is only available
  18.        with the registered version.
  19.  
  20.     3. Run 'make' to build the demo:
  21.  
  22.             BC++ 3.1/TV 1.03         make -fdemo -DBC31
  23.             BC++ 4.xx/TV 1.03        make -fdemo -DTV103
  24.             BC++ 4.xx/TV 2.0         make -fdemo
  25.  
  26.         Note that the '-D' options are case-sensitive and must be
  27.         specified in uppercase as shown.  If your copy of the compiler
  28.         or Turbo Vision is installed in a different directory than
  29.         the defaults used in the make file, you may also need to
  30.         specify the -DBCROOT=xxx and/or -DTVINCDIR=xxx options.  See
  31.         the make file comments for details.
  32.  
  33.     The only difference between the shareware and registered version of
  34. the demo is that you cannot utilize the virtual memory preference in the
  35. Start Up Options dialog box.
  36.  
  37. Eric Woodruff, CIS ID: 72134,1150
  38. Wed 08/02/95
  39.