Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Property pages in ATL COM add-in

Status
Not open for further replies.

MarcinW

Programmer
Jun 8, 2003
6
PL
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.
 
Hi Marcin,

I’m not trying to be mean here, but if you don’t understand that error message then I think your project is beyond your means. Pure virtual function is a basic mechanism of the C++ language. You need to understand C++ foundations before taking on a project involving complex C++ techniques employed in ATL.

"But, that's just my opinion... I could be wrong."

-pete
 
>>"But, that's just my opinion... I could be wrong."

Of course you can....
However, I don't think you are....



Greetings,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top