Now that ive tried and used ptr, a few questions: 1) when using Addressof to point to an RB function, does the ptr work fine with C++ ( I presume so since its intended as a callback )
2) can I point to class instance methods or am I limited to global functions in modules? 3) am I free to copy the pointer to an int , using casting etc ? 4) can I do integer calculations etc? Ie can I add an index to the pointer? 5) saw this in your release notes: the ability to dereference it (ptr) with any structure-safe type : how does this work ? 6) also : "There is an optional byte offset parameter" could you explain this ? 7) is it ok, allowable to pass/use Ptr as an argument datatype in RB methods and functions ? On 16/5/06 19:02, "Jonathan Johnson" <[EMAIL PROTECTED]> wrote: > Such as Ptr? (Which already works for this exact reason) _______________________________________________ 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>
