Information Systems
Home Products QA Support Contact

error C2243: 'type cast' : conversion exists, but is inaccessible

error C2243: 'type cast' : conversion exists, but is inaccessible

Make sure you inherit your parent class publicly.

Right:
class xx1 : public yy1, public yy2

Wrong:
class xx1 : public yy1, yy2
Copyright 2010, Omnicode Inc. Omnicode is a registered trademark of Omnicode Inc.