Theodore H. Smith <[EMAIL PROTECTED]> wrote: > No.... > > my plugin doesn't need those functions... > > I'm trying to bundle up stuff into my plugin. I want to add some RB > code to my plugin, that is all. It's like a packaging step. Instead > of providing the module and the plugin, I can provide just the plugin > that wraps them neatly into one thing.
Well, there is no entry point for this, so forget it. You can of course make things going with calling RB functions. Some of my plugin functions work by just doing what RB code does by calling my own functions from other part of the same plugin. Gruß Christian -- Over 600 classes with 14000 functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v7.3. <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>
