lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.