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. -- Joe Ranieri Mac Frameworks & Compiler Engineer Real Software, Inc. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
