home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / ace_basic / ace / docs / bin.readme < prev    next >
Text File  |  1977-12-31  |  2KB  |  61 lines

  1.  
  2.  
  3.         PreProcesor
  4.  
  5.         ACPP:
  6.  
  7.         This is a hacked version of CPP. I have changed the includepath
  8.         df0:include/ and df1:include/ to ACE:Include/.
  9.  
  10.         It _MUST_ have ace:include to work. If you have your includes
  11.         somewhere else just make an empty directory ACE:include and
  12.         use -Iyourincludes on the commandline for ACPP.
  13.  
  14.         When you use comments in your source you can't use the old basic
  15.         way with ACPP, ie.
  16.  
  17.         'my comment.
  18.  
  19.         Instead you have to use C-comments ie.
  20.  
  21.         /*   my comment  */
  22.  
  23.         If you will use DCPP you can use C++ comments ie.
  24.  
  25.         // my comment
  26.  
  27.         Don't forget to have -// on the commandline.
  28.  
  29.  
  30.         DCPP:
  31.  
  32.         DCPP can you pick up on Aminet. Just get the free Dice Arcive or
  33.         fetch Dice on your local BBS. If you can get DCPP do so it's a bit
  34.         faster than ACPP. Make sure you get the latest arcive, the one
  35.         from 1995.
  36.  
  37.         RemoveLine:
  38.  
  39.         This is a small utility to remove what the preprocesor puts in
  40.         your source. It's just a simple program you can write in ACE or C
  41.         if you like. The one I have made can handle lines of 500 chars. If
  42.         you have longer lines eg. large macros you get a visit from the guru.
  43.         This utility can be removed when ACE can handle the preprocesed stuff.
  44.  
  45.         bas2:
  46.  
  47.         This is just a script to make a program with acpp.
  48.  
  49.         bas3:
  50.  
  51.         The same as above but this one use dcpp.
  52.  
  53.  
  54.  
  55.         Have fun.
  56.  
  57.         Nisse
  58.  
  59.  
  60.     Note: see also bmaps.readme.
  61.