home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / desklib / !DeskLib / !Help < prev    next >
Encoding:
Text File  |  1993-07-15  |  919 b   |  25 lines

  1. Help for !DeskLib (Desklib compile-time resources)
  2. ==================================================
  3.  
  4. This application contains everything you need to write programs using
  5. functions from the DeskLib library - the library itself, plus the
  6. DeskLib header (.h) files. 
  7.  
  8. Once the filer has 'seen' this application, everything is set up ready
  9. for you to use it.
  10.  
  11. To see the header files, simply double-click the application - a filer
  12. window will appear in a convenient position at the right of the screen,
  13. containing all the header files (if you don't like the layout, it can
  14. be changed by editing the !Run file [hint: *help filer_opendir])
  15.  
  16. To #include the header files in your own code, use the form:
  17.   #include "DeskLib:Header.h"
  18.  
  19. To link with the DeskLib library, use something like:
  20.   link $(linkflags) C:o.Stubs C:o.DeskLib
  21.  
  22. For examples of this, see !TestApp.MakeFile and !TestApp.c.TestApp
  23.  
  24. Jason Williams May 1993
  25.