On Dec 1, 2011, at 6:21 PM, Joe Ranieri wrote: > Most of you have probably noticed that you can get at a bunch of > internal framework functions via the 'gCallResolver' variable in > PluginMain.cpp. While handy and interesting, it was never meant to be > used for anything not listed in PluginMain.cpp. > > In 2012r1, we intend to change how the runtime works internally and > this giant global list will be going away. It will be replaced by a > list of only the functions in the plugins SDK. Since doing this would > realistically break a lot of plugins, we'd like to know what private > functions your plugins are relying on and the reasons for that (so > those functions can be added to the list). While we can't promise to > make public every function given, we will do our best to be > accommodating. >
I'm using VariantCompare and VariantEquals. I believe that the Variant methods are somewhat magical and so cannot be loaded using REALLoadObjectMethod, so we'd need these and other Variant functions. Charles Yeomans _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
