MFC to ATL ActiveX port troubles
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings, I am porting existing MFC based ActiveX controls to ATL based ActiveX controls which support MFC internally. I am using Visual Studio 7.1 and in this version MFC has aparently been merged with ATL. However I am getting compilation errors for some of the MFC based functions. For example, TranslateColor(), GetBackColor(), and GetForeColor() all give the following error: "identifier not found, even with arguement-dependent lookup" If MFC is merged with ATL then why don't these MFC functions get recognised? Has anybody come such a problem? How does one get the compiler to understand what these functions are, or what the equivelant ATL functions are? Thanks! Aristotel