I am in the middle of writing the new IPv6 sockets API and I have run
into a little problem. I have a C++ method API that looks like this.

RexxMethod3(int,                       // Return type
            orxSetSoctOpt6,            // Object_method name
            int, level,                // socket level
            int, option,               // socket option
            RexxObjectPtr, val)        // socket option value

The val argument is itself defined as a simple ooRexx class with two
defined attributes.

What I can not figure out is how to get a context for val so I can use
the GetObjectVariable method to fetch the values for the two attributes.

Any help would be appreciated.

David Ashley


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to