Click here to Skip to main content
15,890,185 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Boost Pin
Stuart Dootson13-Jul-05 21:36
professionalStuart Dootson13-Jul-05 21:36 
GeneralRe: Boost Pin
Nish Nishant20-Jul-05 2:06
sitebuilderNish Nishant20-Jul-05 2:06 
Questionwmiatlprov.h documentation? Pin
Lego Bragis11-Jul-05 21:11
Lego Bragis11-Jul-05 21:11 
GeneralHandling ATL COM events in Win32 exe using eVC++ Pin
Gaganjit Singh Grewal11-Jul-05 20:02
Gaganjit Singh Grewal11-Jul-05 20:02 
QuestionCListViewCtrl: how to place background image? Pin
George Ulyanov8-Jul-05 18:02
George Ulyanov8-Jul-05 18:02 
AnswerRe: CListViewCtrl: how to place background image? Pin
Michael Dunn8-Jul-05 18:44
sitebuilderMichael Dunn8-Jul-05 18:44 
GeneralWTL - hosting ActiveX controls Pin
cberk8-Jul-05 12:22
cberk8-Jul-05 12:22 
GeneralRe: WTL - hosting ActiveX controls Pin
cberk8-Jul-05 13:10
cberk8-Jul-05 13:10 
Here are the errors I am getting when I try to build:

Compiling...
maindlg.cpp
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2955: 'ATL::IDispEventSimpleImpl' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlcom.h(4122) : see declaration of 'ATL::IDispEventSimpleImpl'
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2440: 'static_cast' : cannot convert from 'CMainDlg::_ComMapClass *' to 'ATL::IDispEventSimpleImpl *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2440: 'initializing' : cannot convert from 'ATL::_ATL_CREATORARGFUNC (__stdcall *)' to 'DWORD_PTR'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
IEHost.cpp
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2955: 'ATL::IDispEventSimpleImpl' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlcom.h(4122) : see declaration of 'ATL::IDispEventSimpleImpl'
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2440: 'static_cast' : cannot convert from 'CMainDlg::_ComMapClass *' to 'ATL::IDispEventSimpleImpl *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
d:\samples\WTL4MFC6_demo\IEHost\maindlg.h(112) : error C2440: 'initializing' : cannot convert from 'ATL::_ATL_CREATORARGFUNC (__stdcall *)' to 'DWORD_PTR'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Generating Code...

IEHost - 6 error(s), 0 warning(s)


GeneralRe: WTL - hosting ActiveX controls Pin
Michael Dunn8-Jul-05 18:49
sitebuilderMichael Dunn8-Jul-05 18:49 
Question[newbie] subclass std::list? Pin
ehh8-Jul-05 4:08
ehh8-Jul-05 4:08 
AnswerRe: [newbie] subclass std::list? Pin
Stuart Dootson8-Jul-05 7:48
professionalStuart Dootson8-Jul-05 7:48 
QuestionCOPY question??? Pin
Melena7-Jul-05 6:49
Melena7-Jul-05 6:49 
AnswerRe: COPY question??? Pin
Michael Dunn8-Jul-05 18:53
sitebuilderMichael Dunn8-Jul-05 18:53 
GeneralRe: COPY question??? Pin
Melena11-Jul-05 5:59
Melena11-Jul-05 5:59 
GeneralRe: COPY question??? Pin
Melena13-Jul-05 5:39
Melena13-Jul-05 5:39 
GeneralRe: COPY question??? Pin
Michael Dunn14-Jul-05 2:59
sitebuilderMichael Dunn14-Jul-05 2:59 
GeneralComparing STL containers of pointers Pin
Rob Caldecott7-Jul-05 5:24
Rob Caldecott7-Jul-05 5:24 
GeneralRe: Comparing STL containers of pointers Pin
Rob Caldecott7-Jul-05 6:07
Rob Caldecott7-Jul-05 6:07 
GeneralOoops... Pin
Rob Caldecott7-Jul-05 6:33
Rob Caldecott7-Jul-05 6:33 
GeneralOoops... Pin
Jörgen Sigvardsson7-Jul-05 9:56
Jörgen Sigvardsson7-Jul-05 9:56 
GeneralRe: Comparing STL containers of pointers Pin
Stuart Dootson8-Jul-05 7:45
professionalStuart Dootson8-Jul-05 7:45 
GeneralRe: Comparing STL containers of pointers Pin
Axter4-Aug-05 18:28
professionalAxter4-Aug-05 18:28 
Generaldueto Pin
Raudel6-Jul-05 5:49
Raudel6-Jul-05 5:49 
GeneralInitializing STL containers Pin
Rob Caldecott6-Jul-05 5:22
Rob Caldecott6-Jul-05 5:22 
GeneralRe: Initializing STL containers Pin
Michael Dunn6-Jul-05 6:31
sitebuilderMichael Dunn6-Jul-05 6:31 

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.