Peter Zegelin <[EMAIL PROTECTED]> wrote: > My question is however - what next? Looking at some of the examples it > looks like I really need to create a structure to hold the class data > (like length) however what I would really like to do is keep the class > as C++ like as possible (so it can be used in other C++ projects), > keep it in its own file and just have a shim that allows RB to hook > into its properties and methods.
Well, I don't do C++ classes for my plugins. Just a waste. I use RB objects. That means the class data is a structure. Of course you can store a class reference in the structure and write wrapper code. Gruß Christian -- Over 900 classes with 18000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v8.1. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
