Sure, that would work, were it not for the fact that I am aiming to replicate a particular C++ API as exactly and equivalently as possible in RB. It a open source C++ wrapper for the Steinberg VST and Apple AudioUnit Virtual instrument plugin API. There are several cases where ( annoyingly ) a structure return value is used. A few of these are via pointer but the rest are by value.
Hence it would be nice if a future RB could support them... ;) Dan On 16/5/06 23:10, "Mars Saxman" <[EMAIL PROTECTED]> wrote: > >> I am trying to think of returning a pointer to a >> structure from a method ( since one cant return the structure >> directly ) > > Better, I think, would be to return the value through a ByRef parameter. _______________________________________________ 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>
