Click here to Skip to main content
15,918,742 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralFeature of STL map Pin
ra_sasi26-May-04 9:33
ra_sasi26-May-04 9:33 
GeneralRe: Feature of STL map Pin
valikac26-May-04 13:23
valikac26-May-04 13:23 
GeneralRe: Feature of STL map Pin
rsasi26-May-04 17:07
sussrsasi26-May-04 17:07 
GeneralRe: Feature of STL map Pin
valikac27-May-04 5:09
valikac27-May-04 5:09 
GeneralRe: Feature of STL map Pin
Paul Ranson27-May-04 12:48
Paul Ranson27-May-04 12:48 
GeneralListView 2000 - XP CPU Usage Pin
Dan Hill26-May-04 6:11
Dan Hill26-May-04 6:11 
GeneralRe: ListView 2000 - XP CPU Usage Pin
Dan Hill26-May-04 6:12
Dan Hill26-May-04 6:12 
Generalerror C2872: 'ATL' : ambiguous symbol in conversion from wtl7.0 to 7.1 Pin
bryces25-May-04 1:20
bryces25-May-04 1:20 
Hi All,

I have been going through one of my older projects and updating it from WTL 7.0 to 7.1 and am getting error which I have no idea how to fix.

I have search through the forum and have found no-one else has had this problem... or the problem is so easy that I cannot see the solution.

All I have done is changed the path to my wtl 7.0 include to now point to the 7.1 includes. I then rebuild my app and get the following error

C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(396) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(397) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(595) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(599) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(600) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(603) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlapp.h(844) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(39) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(39) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(57) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(82) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(205) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atluser.h(490) : see reference to class template instantiation 'WTL::CMenuT<t_bmanaged>' being compiled
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlgdi.h(78) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlgdi.h(86) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlgdi.h(88) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlgdi.h(528) : error C2872: 'ATL' : ambiguous symbol
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlgdi.h(682) : see reference to class template instantiation 'WTL::CBitmapT<t_bmanaged>' being compiled
C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VC98\WTL71\INCLUDE\atlframe.h(380) : error C2872: 'ATL' : ambiguous symbol


.... and it keeps on going

I am using visual c++ 6.0

ANy ideas on why this is happening?

cheers
Bryce
QuestionWhen ShowUI Function is called? Pin
Abhi Lahare24-May-04 19:25
Abhi Lahare24-May-04 19:25 
Generalstd::list problem using dll Pin
Wim Jans24-May-04 7:22
Wim Jans24-May-04 7:22 
GeneralRe: std::list problem using dll Pin
Nemanja Trifunovic24-May-04 7:40
Nemanja Trifunovic24-May-04 7:40 
GeneralRe: std::list problem using dll Pin
Wim Jans24-May-04 8:11
Wim Jans24-May-04 8:11 
GeneralRe: std::list problem using dll Pin
Nemanja Trifunovic24-May-04 14:27
Nemanja Trifunovic24-May-04 14:27 
GeneralRe: std::list problem using dll Pin
Michael Dunn24-May-04 11:07
sitebuilderMichael Dunn24-May-04 11:07 
Generallinking a .LIB file with a .DLL Pin
Member 107203224-May-04 3:17
Member 107203224-May-04 3:17 
GeneralRe: linking a .LIB file with a .DLL Pin
Jörgen Sigvardsson24-May-04 7:49
Jörgen Sigvardsson24-May-04 7:49 
GeneralRe: linking a .LIB file with a .DLL Pin
Member 107203224-May-04 21:10
Member 107203224-May-04 21:10 
GeneralRe: linking a .LIB file with a .DLL Pin
Member 107203226-May-04 22:30
Member 107203226-May-04 22:30 
Generallistbox in C# Pin
HowRU21-May-04 20:35
HowRU21-May-04 20:35 
GeneralRe: listbox in C# Pin
Michael Dunn21-May-04 20:50
sitebuilderMichael Dunn21-May-04 20:50 
GeneralControls not visible Pin
Skandal21-May-04 8:59
Skandal21-May-04 8:59 
GeneralSTL - map problem Pin
ra_sasi20-May-04 12:21
ra_sasi20-May-04 12:21 
GeneralRe: STL - map problem Pin
Jörgen Sigvardsson20-May-04 12:35
Jörgen Sigvardsson20-May-04 12:35 
GeneralRe: STL - map problem Pin
ra_sasi21-May-04 4:31
ra_sasi21-May-04 4:31 
GeneralRe: STL - map problem Pin
Paul Ranson21-May-04 7:02
Paul Ranson21-May-04 7:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.