Hi,
In my ATL COM project I want do implement dialog and
add some property pages on it. What should I do do to
this ?.
I tried to add to standard ATL dialog class some interfaces
which allow to implement property pages but I received
some errors. Is it corect way ?.
I.E. After implementing ISpecifyPropertyPages interface
I received warnings C4259 : pure virtual function was not defined during implementation of dialog class.
What should I do to implement property pages ??
Regards,
Marcin.
In my ATL COM project I want do implement dialog and
add some property pages on it. What should I do do to
this ?.
I tried to add to standard ATL dialog class some interfaces
which allow to implement property pages but I received
some errors. Is it corect way ?.
I.E. After implementing ISpecifyPropertyPages interface
I received warnings C4259 : pure virtual function was not defined during implementation of dialog class.
What should I do to implement property pages ??
Regards,
Marcin.