MFC dynamic creation

  • Thread starter Thread starter Rajko
  • Start date Start date
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.
 
Is my question to complicated or nobody knows the answer?
Or am I in the wrong group?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top