Click here to Skip to main content
15,892,746 members
Articles / All Topics

ATL + STL = CAdapt

2 Jun 2009CPOL 631  
I didn't know about CAdapt class until I tried to convert a VS2003 project to VS2005. Everything worked OK but I couldn't compile it! The compiler complained about:std::list<CComQIPtr<IHTMLElement> >.I found that what was accepted by VC++ 2003 compiler is not accepted by VC++ 2005 compiler. The reas
We're sorry, but the article you are trying to view was deleted at 2 Jun 2009.

Please go to the All Topics Table of Contents to view the list of available articles in this section.