home *** CD-ROM | disk | FTP | other *** search
- Help for !DeskLib (Desklib compile-time resources)
- ==================================================
-
- This application contains everything you need to write programs using
- functions from the DeskLib library - the library itself, plus the
- DeskLib header (.h) files.
-
- Once the filer has 'seen' this application, everything is set up ready
- for you to use it.
-
- To see the header files, simply double-click the application - a filer
- window will appear in a convenient position at the right of the screen,
- containing all the header files (if you don't like the layout, it can
- be changed by editing the !Run file [hint: *help filer_opendir])
-
- To #include the header files in your own code, use the form:
- #include "DeskLib:Header.h"
-
- To link with the DeskLib library, use something like:
- link $(linkflags) C:o.Stubs C:o.DeskLib
-
- For examples of this, see !TestApp.MakeFile and !TestApp.c.TestApp
-
- Jason Williams May 1993
-