R
Rajko
Is it ok practice to use DECLARE_DYNCREATE with MFC classes
and then to create overloaded constructor which could not be default
constructor for that MFC class because there must not be more than one
default constructor?
If it is OK, is it possible to use this not default overloaded constructor
for dinamic creation of class?
Thanks, Rajko.
and then to create overloaded constructor which could not be default
constructor for that MFC class because there must not be more than one
default constructor?
If it is OK, is it possible to use this not default overloaded constructor
for dinamic creation of class?
Thanks, Rajko.