On Tue, 23 Aug 2005, Guido Mersmann wrote: > Hello, > > I have (again) a small problem. I am working within a relative context and > need to > provide a pointer to the current used data buffer to an internal mui custom > class > created with MUI_CreateCustomClass().
You mean baserel libraries? > There is a user field within the custom class, but how can I access it while > within the dispatcher and more important how can I set it before the > dispatcher get's called? Dispatcher is not called in MUI_CreateCustomClass(). > So how can I transport a APTR into the custom class context without doing > some very bad things? User h_Data in the dispatcher and custom asm code to retrieve pointer in dispatchers (assuming GCC). Or did I get it wrong? Ilkka ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hdosq9m/M=362131.6882500.7825259.1493532/D=groups/S=1705701045:TM/Y=YAHOO/EXP=1124797214/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> 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/
