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

  1.  
  2. Finally, I have received permission to make the bmaps and ACE includes for all 
  3. standard libraries available to you! A big THANK YOU goes to Dr Peter Kittel who 
  4. is now with Escom.
  5.  
  6. I've provided the following:
  7.  
  8.     - bmaps for OS versions 37, 39 and 40. Find out which OS version 
  9.       you are running by typing VERSION from a shell, and copy
  10.       the appropriate set of files to your ACEbmaps: directory.
  11.       
  12.     - FD2BMAP: a modified version of the bmap creator such
  13.       that whenever a name clash occurs, the function name
  14.       will be preceded by an underscore (eg. _Read, not xRead).
  15.          (should be compiled and placed in ACE:utils/FD2BMAP along).
  16.  
  17.     - MassFD: converts a directory full of FDs to bmaps; relies
  18.       upon the existence of ACE:utils/FD2BMAP/FD2BMAP.
  19.  
  20. The source to the FD utilities above can be found in the utils directory of 
  21. this archive and can be used to create bmaps from new FDs. The provided bmaps
  22. will however cater for your needs in regard to standard Amiga libraries, so
  23. you may never have need of these two utilities.
  24.  
  25. Along with the full set of standard header files (see Includes.Readme), ACE
  26. can now much more easily be used for serious, system-level work. Making use
  27. of the RKM examples will in particular now be simpler.
  28.  
  29. A very very big vote of thanks goes to Nils Sjoholm for his great work in
  30. converting the standard include files from C to ACE and for finding a suitable
  31. new preprocessor. This is an extremely beneficial service to the ACE community.
  32. While Nisse was able to automate the conversion to some extent, it was still a 
  33. partly manual process. A big piece of work! See includes.readme for more.
  34.  
  35. If you find any problems with the bmaps, includes, or utilities, please
  36. let either myself or Nisse know. See Includes.Readme for Nisse's e-mail
  37. address.
  38.  
  39. David Benn, D.Benn@appcomp.utas.edu.au, 7th October 1995
  40.