Home
Forums
Library
Links
Bounties
Login Block
Nickname
Password
Lost Password?
Don't have an account?
Register now!
Search
Advanced Search
Forum Index
»
Developer Forums
»
MUI
Howto use mcc files.
geit
# 2
MorphOS Developer
Posts: 1075 from 2004/9/23
You simply don´t!
Just include the related header file.
If you want to include an MUI object inside your GUI, etc a lamp object, you just
#include <mui/Lamp_mcc.h>
And now you can use the macro
WindowObject, ....
Child, LampObject, End,
End;
Same goes for all external classes.
»
15.04.15
-
17:47