Modula-Interface for MUI 1.4

MUI (C) 1993 by Stefan Stuntz

Modula Interface done by Christian "Kochtopf" Scholz (freeware)
New Version 26.10.1993

Now it does it's job, i hope !!

Here are the files you need to write MUI-Programs with M2Amiga.
I have also converted some of the Macros defined in mui.h
In this version there are also some macros of my own, so look at MuiMacros!!

Description of the files :

    MuiD.def        : Definitions of MethodIDs, AttributeIDs, etc.
    MuiD.mod        : Some additional PROCEDUREs for some #define's in mui.h
    MuiL.def        : The interface for muimaster.library
    MuiSupport.def  : Additional PROCEDUREs like DoMethod or fail.
    MuiSupport.mod  : The implementation of these PROCEDUREs.
    MuiMacros.def   : Some Macros converted from mui.h
    MuiMacros.mod   : The implementation of these.
    MuiTest.mod     : A sample Module showing how to use the interface.
    ComboBox.mod    : A sample MODULE showing Hooks, Popup and Listviews.

    In this version you have to compile the interface yourself.
    For this can you use the CompilerScript. It will compile the
    interface and copy the files to m2:modules/sym|obj.


The History :

22.10.1993 MuiSupport : changed fail-PROCEDURE, that it makes no use of
                        Terminal, but now uses Arts.Requester.
           MuiMacros  : Added macros AddMember, DelMember, MakeHook,
                        MakeID, PopUp
26.10.1993 supplied CompilerScript


Note :

This gets more and more tested, but there is ofcourse still the possibility
of some bugs...

So if you've got problems with one of these files, please send a note to

    ruebe@pool.informatik.rwth-aachen.de


Have fun, Kochtopf
