home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 480.lha / SmartField / Docs / List of Libraries.pp / List of Libraries
Encoding:
Text File  |  1991-02-11  |  1.8 KB  |  43 lines

  1. LIST OF LIBRARIES
  2.  
  3.  
  4. console.lib
  5.     This is the library of object modules that you create to link with your
  6.     programs.  All of the compiled SmartFields functions are contained in
  7.     this library.
  8.  
  9. exec.library
  10.     This is the ROM-resident Amiga Executive library.  This library is
  11.     automatically opened during the normal machine boot process, and
  12.     therefore your program does not need to open it again.
  13.  
  14. graphics.library
  15.     This is the ROM-resident Amiga Graphics library.  This library needs to
  16.     be opened by your calling program before any of the SmartFields functions
  17.     are called.  Failure to open this library will result in an illegal
  18.     instruction error which will crash the machine.  Your calling program is
  19.     also responsible for closing this library when the program is finished.
  20.  
  21. intuition.library
  22.     This is the ROM-resident Amiga Intuition library.  This library needs to
  23.     be opened by your calling program before any of the SmartFields functions
  24.     are called.  This should not be a problem since your program must open a
  25.     window anyway (which requires access to the intuition.library) before
  26.     calling any of the SmartFields functions.  Failure to open the
  27.     intuition.library will result in an illegal instruction error which will
  28.     crash the machine.  Note that your program is also responsible for
  29.     closing this library after use.  If you are unfamiliar with the opening
  30.     and closing of libraries, see the program example.
  31.  
  32. standard C library
  33.     This is a library of compiled standard C functions to be linked with your
  34.     program.  This library should have been provided with your compiler.  If
  35.     not, consult any C programming book for a listing of the function source.
  36.  
  37.  
  38. List of Libraries  01/13/90
  39. © Copyright 1990 Timm Martin
  40. All Rights Reserved Worldwide
  41.  
  42. /*-- END --*/
  43.