Re: [MBS] Duplicate classes in MBS plugins

2014-04-30 Thread Jean-Luc Arnaud
Thanks for replying, Christian. Nevertheless, all my MBS plugins are of the same version, that is, 14.2pr2. In addition, I have another issue with the four Cocoa plugins (Cocoa, CocoaBase, CocoaControls and CocoaExtra), where I always get an error message about a missing class: File: MBS Xojo

Re: [MBS] Duplicate classes in MBS plugins

2014-04-30 Thread Christian Schmitz
Am 30.04.2014 um 10:20 schrieb Jean-Luc Arnaud jean-...@cdmultimedia.fr: Thanks for replying, Christian. And, in the message area of Xojo: NSBitmapImageRepMBS.NameType mismatch error. Expected Variant, but got CGImageMBS MacOSXCG plugin installed? I thought I fixed the

Re: [MBS] Duplicate classes in MBS plugins

2014-04-30 Thread Jean-Luc Arnaud
No, it wasn't. I installed it and no more error message!!! Let me precise that all four Cocoa plugins should be installed together, and now we know MacOSXCG is mandatory too. Thanks a lot for this very fast reply. Jean-Luc Le 30/04/2014 10:24, Christian Schmitz a écrit : Am 30.04.2014 um

Re: [MBS] Duplicate classes in MBS plugins

2014-04-30 Thread Marnaud
Le 30 avr. 2014 à 10:30, Jean-Luc Arnaud a écrit: Let me precise that all four Cocoa plugins should be installed together, and now we know MacOSXCG is mandatory too. It's easy to get in trouble when one plugin file is missing. I don't see the point of not copying/installing all plugin files

Re: [MBS] Duplicate classes in MBS plugins

2014-04-30 Thread Obleo Beck
How is the size of the compiled app any bigger? I was under the assumption that it only compiled the plugin parts that is used in your code. Regards, Obleo Beck On Apr 30, 2014, at 5:47 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: Points are: - Memory occupation, - Time consuming

[MBS] Duplicate classes in MBS plugins

2014-04-29 Thread Jean-Luc Arnaud
I have an issue between MBS Xojo Cocoa Plugin.xojo_plugin and another MBS plugin, resulting in a message when launching Xojo 2014r1.1: There are plugins loaded that have duplicate classes. All duplicate classes begin with NS: NSTextFieldCellMBS, NSActionCellMBS, ... I'm using MBS plugins

Re: [MBS] Duplicate classes in MBS plugins

2014-04-29 Thread Tim Jones
I ran into something like this a few revs back. I fixed it by removing ALL of the MBS plugins and then recopying the 14.2pr2 plugins into the Xojo Plugins folder. Tim On Apr 29, 2014, at 7:17 AM, Jean-Luc Arnaud jean-...@cdmultimedia.fr wrote: I have an issue between MBS Xojo Cocoa

Re: [MBS] Duplicate classes in MBS plugins

2014-04-29 Thread Christian Schmitz
Am 29.04.2014 um 17:13 schrieb Tim Jones tolis...@me.com: I ran into something like this a few revs back. I fixed it by removing ALL of the MBS plugins and then recopying the 14.2pr2 plugins into the Xojo Plugins folder. yes, sometimes we move things from one plugin to other. So having