See the following code:
[Serializable]
public __gc class SDataTable : public DataTable, public ISerializable
{
SDataTable(void) : DataTable()
{
}
SDataTable(String *strTableName) : DataTable(strTableName)
{
}
};
> All,
>
> In an inherited managed c++ class, how do you call the contstructor of the parent class? I tried with the usual Parent::Parent(...), but get compiler
error C3257. Any ideas?
> Thanks,
>
[quoted text clipped - 5 lines]
>
> <Id>LmhtPXHtEUOvAtvvNzy8cQ==</Id