Theodore H. Smith <[EMAIL PROTECTED]> wrote: > Then how do we implement a readable interface? If we can't get the > encoding out? You probably know RB's API better than anyone else > Christian... so if you say you don't know... I don't get much hope > that the way exists.
wow > In theory, we can use "Code as integer" right? long value=0; REALGetPropValue(object, "Code", &value) maybe that works to get the code. Still REALGetPropValue is one of the slowest things you can do in the SDK. But it works. I've done a lot of variant stuff with just hacking the runtime and fallbacks using REALGetPropValue for the case they change things. It is a simple fact that at least half of the SDK you need is not part of the SDK. 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>
