home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / mui / mui14-dv.lha / MUI / Developer / Modula / ReadMe < prev   
Encoding:
Text File  |  1993-10-27  |  1.7 KB  |  51 lines

  1. Modula-Interface for MUI 1.4
  2.  
  3. MUI (C) 1993 by Stefan Stuntz
  4.  
  5. Modula Interface done by Christian "Kochtopf" Scholz (freeware)
  6. New Version 26.10.1993
  7.  
  8. Now it does it's job, i hope !!
  9.  
  10. Here are the files you need to write MUI-Programs with M2Amiga.
  11. I have also converted some of the Macros defined in mui.h
  12. In this version there are also some macros of my own, so look at MuiMacros!!
  13.  
  14. Description of the files :
  15.  
  16.     MuiD.def        : Definitions of MethodIDs, AttributeIDs, etc.
  17.     MuiD.mod        : Some additional PROCEDUREs for some #define's in mui.h
  18.     MuiL.def        : The interface for muimaster.library
  19.     MuiSupport.def  : Additional PROCEDUREs like DoMethod or fail.
  20.     MuiSupport.mod  : The implementation of these PROCEDUREs.
  21.     MuiMacros.def   : Some Macros converted from mui.h
  22.     MuiMacros.mod   : The implementation of these.
  23.     MuiTest.mod     : A sample Module showing how to use the interface.
  24.     ComboBox.mod    : A sample MODULE showing Hooks, Popup and Listviews.
  25.  
  26.     In this version you have to compile the interface yourself.
  27.     For this can you use the CompilerScript. It will compile the
  28.     interface and copy the files to m2:modules/sym|obj.
  29.  
  30.  
  31. The History :
  32.  
  33. 22.10.1993 MuiSupport : changed fail-PROCEDURE, that it makes no use of
  34.                         Terminal, but now uses Arts.Requester.
  35.            MuiMacros  : Added macros AddMember, DelMember, MakeHook,
  36.                         MakeID, PopUp
  37. 26.10.1993 supplied CompilerScript
  38.  
  39.  
  40. Note :
  41.  
  42. This gets more and more tested, but there is ofcourse still the possibility
  43. of some bugs...
  44.  
  45. So if you've got problems with one of these files, please send a note to
  46.  
  47.     ruebe@pool.informatik.rwth-aachen.de
  48.  
  49.  
  50. Have fun, Kochtopf
  51.