home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / SimpleRequest / readme < prev    next >
Text File  |  1989-04-04  |  926b  |  28 lines

  1. SimpleRequest is a requester-maker for your programs that use
  2. Intuition (ie, that open windows).  
  3.  
  4. Check out the sample program, and the "Specs" (which has more-or-less
  5. a proposal at the end, and some more info on the function).
  6.  
  7. To just see what it can do, run "ReqTest".
  8.  
  9. To use it in your programs...
  10.  
  11.   First, copy "req.h" to your includes directory, in Intuition,
  12.   and call it "simplereq.h".
  13.  
  14.   I haven't tried it with Manx, but it should work.  Compile
  15.   req.c with 32 bit ints and link it - it should work.
  16.  
  17.   With Lattice, just link with "req.o", include "intuition/simplereq.h"
  18.   (if you want to use any of the flags), and Call Away (as specified
  19.   in "specs");
  20.  
  21.   Note:  I use Lattice's Precompiled Headers, so there are no 
  22.      #include's in req.c or reqtest.c.  You can either create
  23.          your own Precompiled Header, or modify these 2 files
  24.      to include "intuition.h" (and maybe text.h... and...)
  25.  
  26.  
  27.     ...Steve
  28.