Harry Jackson <[EMAIL PROTECTED]> wrote:

> I am at the point now where I need to know what type of format you want
> the data to come out in.

The first question is: how are these data returned in C. If that's a
defined structure, I'd overlay this structure with an UnManagedStruct
PMC and then access the structure with accessors of that PMC - neede
still some types as well as handling of nested types - but this avoid
creating of new objects and should be rather efficient.

> Harry Jackson

leo

Reply via email to