home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / boopsi / popupmenuclass / readme < prev    next >
Text File  |  1995-10-12  |  1KB  |  48 lines

  1.  
  2.                               PopUpMenuClass
  3.                               ~~~~~~~~~~~~~~
  4.  
  5.                      Revision:       1.1   (29.12.1993)
  6.                        Author:       Markus Aalto
  7.  
  8.  
  9.     This program is freely distributable copyrighted software.
  10.     For complete Copyright notice read file PopUpMenuClass.notes
  11.     from Docs/ subdirectory.
  12.  
  13.  
  14.     1.  INSTALLATION
  15.  
  16.         You should copy PopUpMenuClass.lib file to LIB: directory,
  17.         so that your SAS/C compiler can use it.
  18.  
  19.         Also copy include file to your INCLUDE: directory. You may have
  20.         to change example files if you want to recompile them.
  21.  
  22.  
  23.     2.  MISC
  24.  
  25.         This link-time library was created with SAS/C compiler V6.50.
  26.         If you are using any other compiler then you might want to
  27.         recompile the source file found from lib_source directory
  28.         and use your compiler specific methods to make it as a lib
  29.         file. I used oml program from SAS/C compiler. If you are
  30.         compiling PopUpMenuClass with previous SAS/C (or old Lattice C)
  31.         compilers make sure that you have new enough version of
  32.         amiga.lib which contains stubs for DoMethod(), DoSuperMethod()
  33.         calls.
  34.  
  35.  
  36.     3.  ANY QUESTIONS ?
  37.  
  38.         If you have any questions, wishes for changes etc... you can
  39.         write me to:
  40.  
  41.         Mail:   Markus Aalto
  42.                 Muurahaisentie 11a
  43.                 01490 VANTAA
  44.                 FINLAND
  45.  
  46.         EMail:  s37732v@vipunen.hut.fi
  47.  
  48.