On Tue, 27 Feb 2007, Andreas Falkenhahn wrote: > > Hi, > > Two things concerning the MUI includes from the latest SDK: > > 1) I've noticed a problem with libraries/muimaster.h. It includes > clib/intuition_protos.h which then > generates a compiler error that under OS4 one should not include the clib > protos directly but the > master file proto/intuition.h. > > 2) Does one need special amiga alignment for the structures declared in > muimaster.h? My old > version of libraries/muimaster.h (which I presumably created on my own, > because the former OS4 > SDKs did not come with MUI dev. files IIRC) contains statements to align the > structure to 68k, e.g. > > #pragma pack(2) > > contents of libraries/muimaster.h > > #pragma pack() > > Is this still necessary? Or can/must I leave this out?
It is not needed. All structure members are naturally aligned and do not need packing on PPC. Ilkka ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/16uqlB/TM --------------------------------------------------------------------~-> 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/MUI/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
