Hi,
(using c++ objects that get allocated elsewhere and it probably isn't easy to pass the already allocated buffer to the constructor).
I've had the same problem. Can you use the "placement" version of the "new" operator? Regards, Diego.