Am 04.06.2013 um 18:14 schrieb Michael Diehr <[email protected]>: >> * Fixed bug in Cocoa exception handling from pr3. > > Can you say more about how to use this, and what the pr3 bug was? Or is that > detailed in the release notes?
I moved all exception handling code to one plugin. The problem was that load order of libraries is not guaranteed. So if one was loaded too early, the function call from one to the other plugin failed. This is fixed as initialization is now more dynamic. Greetings Christian -- MBS Xojo Developer Conference 2013 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
