Click here to Skip to main content
15,897,187 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Deciding STL list element type at runtime? Pin
Axter23-Aug-05 23:01
professionalAxter23-Aug-05 23:01 
GeneralRe: Deciding STL list element type at runtime? Pin
Stuart Dootson23-Aug-05 23:10
professionalStuart Dootson23-Aug-05 23:10 
GeneralWhat's the diff between ALT and COM Pin
Axter17-Aug-05 15:01
professionalAxter17-Aug-05 15:01 
GeneralRe: What's the diff between ALT and COM Pin
Christian Graus17-Aug-05 16:27
protectorChristian Graus17-Aug-05 16:27 
GeneralRe: What's the diff between ALT and COM Pin
geo_m18-Aug-05 20:00
geo_m18-Aug-05 20:00 
GeneralRe: What's the diff between ALT and COM Pin
Jörgen Sigvardsson21-Aug-05 10:25
Jörgen Sigvardsson21-Aug-05 10:25 
GeneralRe: What's the diff between ALT and COM Pin
ThatsAlok22-Aug-05 22:33
ThatsAlok22-Aug-05 22:33 
GeneralWTL, CString and std::string... Pin
S/Madjid16-Aug-05 5:25
S/Madjid16-Aug-05 5:25 
Hello everyone,
i'm trying to re-write a code from MFC to WTL but that seems not to work so... for exemple:
CString str(_T("some text"));
string st=str;
That has worked in MFC; with WTL, i have the message:
error C2440: 'initialisation' : impossible to convert from 'ATL::CString' to 'std::basic_string<_Elem,_Traits,_Ax>'
with
[
_Elem=char,
_Traits=std::char_traits<char>,
_Ax=std::allocator<char>
]
Can someone help me?

Madjid.
GeneralRe: WTL, CString and std::string... Pin
Steve S16-Aug-05 6:23
Steve S16-Aug-05 6:23 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott16-Aug-05 11:54
Rob Caldecott16-Aug-05 11:54 
GeneralRe: WTL, CString and std::string... Pin
Jörgen Sigvardsson16-Aug-05 13:18
Jörgen Sigvardsson16-Aug-05 13:18 
GeneralRe: WTL, CString and std::string... Pin
S/Madjid16-Aug-05 23:59
S/Madjid16-Aug-05 23:59 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:23
Rob Caldecott17-Aug-05 0:23 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 0:17
Rob Caldecott17-Aug-05 0:17 
GeneralRe: WTL, CString and std::string... Pin
Jörgen Sigvardsson17-Aug-05 9:42
Jörgen Sigvardsson17-Aug-05 9:42 
GeneralRe: WTL, CString and std::string... Pin
Rob Caldecott17-Aug-05 11:22
Rob Caldecott17-Aug-05 11:22 
QuestionIs there anyway to disable IE's image displaying? Pin
Member 186720216-Aug-05 4:53
Member 186720216-Aug-05 4:53 
GeneralCComObject Pin
rahulv9916-Aug-05 1:30
rahulv9916-Aug-05 1:30 
GeneralRe: CComObject Pin
geo_m18-Aug-05 19:50
geo_m18-Aug-05 19:50 
GeneralODBC Pin
Pham van hoi14-Aug-05 0:29
Pham van hoi14-Aug-05 0:29 
GeneralDateTime object in win 32 Pin
Laser113-Aug-05 13:25
Laser113-Aug-05 13:25 
GeneralRe: DateTime object in win 32 Pin
Jörgen Sigvardsson13-Aug-05 14:09
Jörgen Sigvardsson13-Aug-05 14:09 
GeneralATL Pin
Pham van hoi12-Aug-05 22:02
Pham van hoi12-Aug-05 22:02 
GeneralRe: ATL Pin
Jörgen Sigvardsson13-Aug-05 14:13
Jörgen Sigvardsson13-Aug-05 14:13 
GeneralRe: ATL Pin
Pham van hoi15-Aug-05 1:51
Pham van hoi15-Aug-05 1:51 

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.