On Mon, 10 Apr 2006, Sensei wrote: > > ----- Original Message ----- > From: "Jeff Gilpin" <[EMAIL PROTECTED]> > To: "MUI-Yahoo-ML" <[email protected]> > Sent: Monday, April 10, 2006 6:51 PM > Subject: [MUI] Missing includes > > > I'm trying to compile an mcc lib but am stumped by these errors: > > > > error: `MUII_PopFont' undeclared (first use in this function) > > error: `MUIM_Mccprefs_RegisterGadget' undeclared ... > > > > Does anyone know of any includes that declare the above functions?? > > They've not in my MUI includes. > > In mine too.. > Did you check MUIundoc with undocumented MUI features?
#define MUII_PopFont 42 #define MUIM_Mccprefs_RegisterGadget 0x80424828 /* V20 */ These are from MUI4 sdk. Greets, Ilkka Visit http://www.amiga.dk/tumult for MUI-related information, especially about MUI custom classes. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/MUI/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
