Am 04.07.2012 um 18:01 schrieb Beatrix Willius: > Hi Christian, > > after updating from an older 11.x version to the latest one (12.2) I'm > running into the glue issue: <feedback://showreport?report_id=11329> > > Is there any workaround possible? I've tried to remove unused plugins but > this doesn't work so far. Can I see, which plugin is using which function in > my project?
Removing plugins will not help. There seems to be a limit on how many plugin functions you can import from plugins. And that may not count the one you use, but all the classes you reference. Using #if can reduce the plugins you use for a given platform which may help. Greetings Christian -- Real Studio Conferences, Training and Meetings. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
