Deriving from an ATL object?
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everybody, Does anybody know, how I can derive from an ATL object? I have an ATL 3.0 project and I want to have a base class (suppose CMyBase) with some members, and an interface (suppose IMyBase) with some exposed methods and properties. how do I create a new ATL object that is derived from that class? I mean that the new ATL object inherits members from CMyBase and methods and properties from IMyBase. Regards, Roozbeh.