I have a need to call C functions using function pointers derived from Declare calls ( in my case this is to act as a Steinberg VST plugin host ). I would really like to do this without having to create a plugin for this aspect.
Assuming existence of global module method globalmethodName(...), I would like to be able to do something like: Dim fp as Ptr = getmyfuncPointerFromPlugin() Dim result as Boolean = fp.globalmethodName(... ) In order to call the function pointed to by fp with the same "signature" as globalmethodName. Heres the FR link: http://www.realsoftware.com/feedback/viewreport.php?reportid=zxtlyljg _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
