D
Duncan Aitken via .NET 247
All,
In an inherited managed c++ class, how do you call the contstructor of the parent class? I tried with the usual Parent:
arent(...), but get compiler error C3257. Any ideas?
Thanks,
Duncan.
In an inherited managed c++ class, how do you call the contstructor of the parent class? I tried with the usual Parent:

Thanks,
Duncan.