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 ISpecifyPropert yPages interface
I received warnings C4259 : pure virtual function was not defined during
implementation of dialog class.
What should I do to implement property pages ??. I'm not using MFC.
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 ISpecifyPropert yPages interface
I received warnings C4259 : pure virtual function was not defined during
implementation of dialog class.
What should I do to implement property pages ??. I'm not using MFC.
Regards,
Marcin.
Comment