Am 04.07.2012 um 19:09 schrieb Beatrix Willius: > As far as I understand the bug report I use too many plugins. It's not the > number of plugins in the plugin folder, but the number of plugins used and > their methods. I'm at 19 at the moment. With 12.2 I had to add the MBS Real > Studio MacOSXCG plugin, which brought me over the limit.
It's not about how many plugins are in plugins folder. Also it doesn't depend much on how much plugin functions you use. It depends on how many entries in the global plugin function list are loaded with the plugins. You can trigger it easily with this sample code in a new project. Warning! This can crash Real Studio, so close other projects! dim d as new DynaPDFMBS dim c as new CDBarLayerMBS dim q as new QTKitMovieMBS dim f as new CIFilterMBS(0) dim w as new WebDocumentRepresentationMBS This triggers inclusion of enough plugin features so that the linker fails. The only thing I can do is to split plugins into smaller pieces. 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
