Jack Smith <[EMAIL PROTECTED]> wrote: > Hi all, > > I need to make a plugin that taps into some Cocoa classes. However, Cocoa is > written in Objective C, and I believe only C and C++ are allowed in RB > plugins. Does this mean I need to embed the Objc code within a .cpp file?
no, but within a .mm file. (mm for C++ and Objective C mixed) Gruß Christian -- Around eleven thousand functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v6.3. Now universal! <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
