The C++ API is documented in the ooRexx Programmer's Guide.  CSELF is
a technique that allows you to attach non-ooRexx data to an object
instance and get it unwrappered for you automatically when the method
is called.  You might want to check out the stream code in
StreamNative.cpp for some examples for how to use this.  I think
Mark's ooDialog code uses it a lot also.

Rick

On Wed, Mar 17, 2010 at 1:51 PM, Brandon Cherry <bran...@safedatausa.com> wrote:
> Since I got your attention...
>
> I was wondering if there was any documentation regarding the new C++ API?
>
> I would like to know things like:
>
> What is CSELF? (when pass as an argument to the RexxMethodN functions)
> --
> Brandon Cherry
> Network Engineer, Safe Data, Inc.
> (910) 285-7200 ext 3017
> http://www.safedatausa.com/
>
> On 3/17/2010 1:46 PM, Brandon Cherry wrote:
>> Thanks Mark, this also answered another question I had been wondering
>> about. (What does .nil, .true, and .false map to in C++?)
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to