Logged In: NO

Yes, I may add those eventually - I focused on the entry-
related calls first, then did field definitions. I
assumed those were the most common integration needs.

Note that in the mean time you can still use the C API
routines directly from within your C++ code - you can get
the ARControlStruct from the rtl::Server object and pass
it into the API calls.

The rtl::Field class and field definition calls will
probably provide the best template, since those are
definition related, and have complex data structures as
members (such as display properties).

Dan Hardy