Topics Man wrote:
> So structures, arrays, etc are out if scriptability is required (but OK if it
> isnt?).
Arrays of the simple supported types are fine. structures are indeed a
problem, and are usually faked by implementing simple interfaces with a
set of properties.
> Sounds like it would be a major peice of work to get the XP.. stuff working in a
> similar way, or is that only an issue if scriptability is required ?
Correct on both counts. However, ruling out scriptability is a big
decision - it effectively means you are forever stuck in C++ land - ie,
no Javascript or other scripting languages.
Mark.