On Aug 15, 2006, at 12:19 PM, Daniel Stenning wrote:


Since I lost my old copy, does anyone have a copy of any document describing in detail all about structures and pointers, dereferencing etc, and how to
get the pointer from a structure variable ?

I particularly want to find the "correct" way of setting a Ptr variable to
the address  of a structure.   Also how to pass the address of a RB
structure as an argument to a method which takes a pointer  ( Ptr) .

I want to dim this:


Declare Sub mymethod( arg1 as Ptr )

Try using declare sub mymethod lib "mylib" (byref arg1 as MyStructure)

mymethod( myStructure )

HTH,
Jon


--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.


_______________________________________________
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>

Reply via email to