home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / quicklin / new.doc < prev    next >
Text File  |  1991-11-22  |  3KB  |  51 lines

  1.     
  2.                            ADDITIONS TO DOCUMENTATION
  3.                          Compiler/Linker Assistant 1.22
  4.                       (C) 1990,1991 by Sequential Software
  5.     
  6.          This text covers the changes to the program with this maintenance
  7.     release. Other information contained in L.DOC is still valid.
  8.     
  9.          To install LINKER on your system for the first time follow the
  10.     instructions for installation as outlined in L.DOC. Users of LINKER
  11.     earlier than version 1.2 should erase the old executable and help
  12.     files from disk, and replace them with these newer versions. If you
  13.     are using LINKER 1.2 you may just copy the new L.EXE on top of the old
  14.     one. The new program will automatically convert old data files from
  15.     any of the earlier version to the new format.
  16.     
  17.          There is a new command line switch for LINKER. The updated
  18.     command line looks like this:
  19.     
  20.                         L {/Q} {/R | /C | /CO filename}
  21.     
  22.          /Q, /R and /C all function as documented in L.DOC. The new
  23.     command line switch "/CO" tells LINKER to compile your source code
  24.     only and skip the linking process.
  25.     
  26.          When given with a data file name, the program will compile
  27.     modules in batch mode like the /C switch. If errors occur while
  28.     compiling, the DOS ERRORLEVEL is set to a value of 50 and the program
  29.     exits.  After all modules are compiled LINKER will skip the link call
  30.     and exit to DOS. If the switch is given without a data file name, the
  31.     program will start in full screen mode. Pressing the TAB key will
  32.     compile modules, then Linker will exit to the DOS prompt. When given
  33.     with the /r datafile parameter, Linker will read the data file and
  34.     start in full screen mode. Pressing TAB will compile the modules only
  35.     and exit to DOS.
  36.     
  37.          There are two special key presses you may use while editing text
  38.     on the data lines. ALT-C will clear the entire line of text and home
  39.     the cursor on that line. ALT-R will restore the previous contents of
  40.     the line provided you have not left the field. Once you leave a field
  41.     the previous contents are lost. These key presses have always been
  42.     present, but due to an oversight they had been omitted from the
  43.     documentation.
  44.     
  45.          Sequential Software now has a 24 hour support BBS. The BBS number
  46.     is (606) 561-5766.  We support 1200/2400/9600 baud with the CompuCom
  47.     Speedmodem. Here you may ask a question, tell us what you think, or get
  48.     the latest version of our products.
  49.     
  50.                               END OF ADDITIONS
  51.