Click here to Skip to main content
15,912,069 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke21-Sep-06 3:12
TClarke21-Sep-06 3:12 
AnswerRe: Using STL with WTL is causing problems Pin
prasad_som20-Sep-06 23:12
prasad_som20-Sep-06 23:12 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:47
TClarke20-Sep-06 23:47 
Questionstd::string in unicode builds Pin
rana7420-Sep-06 19:56
rana7420-Sep-06 19:56 
AnswerRe: std::string in unicode builds [modified] Pin
Rob Caldecott20-Sep-06 20:31
Rob Caldecott20-Sep-06 20:31 
GeneralRe: std::string in unicode builds Pin
Jörgen Sigvardsson21-Sep-06 9:46
Jörgen Sigvardsson21-Sep-06 9:46 
AnswerRe: std::string in unicode builds Pin
George L. Jackson21-Sep-06 15:23
George L. Jackson21-Sep-06 15:23 
GeneralRe: std::string in unicode builds Pin
Steve S21-Sep-06 22:11
Steve S21-Sep-06 22:11 
Better would be to use the TCHAR include (tchar.h) and to have literals with _T()
such as _T("log"). That way, it builds as ANSI string for ANSI/MBCS, and as wide string for UNICODE.

The original point was about parameter#2, which was the std::string's c_str() function, and the first reply sorted out that problem. Literal strings are another...

Given that MS no longer offer support for Win9x, I've taken the decision to produce only UNICODE binaries now. Of course, most of the code I've been writing for years (since W2K was released) has been compilable for both anyway...

Steve S
Developer for hire

GeneralRe: std::string in unicode builds Pin
George L. Jackson22-Sep-06 11:09
George L. Jackson22-Sep-06 11:09 
GeneralRe: std::string in unicode builds Pin
Steve S24-Sep-06 23:03
Steve S24-Sep-06 23:03 
GeneralRe: std::string in unicode builds Pin
George L. Jackson26-Sep-06 15:02
George L. Jackson26-Sep-06 15:02 
QuestionVS2005 versions of the following classes for WTL app ? Pin
Defenestration19-Sep-06 5:40
Defenestration19-Sep-06 5:40 
GeneralATL 8 registration troubles Pin
Wes Aday19-Sep-06 4:49
professionalWes Aday19-Sep-06 4:49 
AnswerRe: ATL 8 registration troubles Pin
Wes Aday28-Sep-06 5:21
professionalWes Aday28-Sep-06 5:21 
QuestionHow memory efficient is std::set? Pin
Dave Cross18-Sep-06 5:43
professionalDave Cross18-Sep-06 5:43 
AnswerRe: How memory efficient is std::set? Pin
Zac Howland18-Sep-06 6:17
Zac Howland18-Sep-06 6:17 
AnswerRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 8:11
Jörgen Sigvardsson18-Sep-06 8:11 
GeneralRe: How memory efficient is std::set? Pin
Dave Cross18-Sep-06 23:15
professionalDave Cross18-Sep-06 23:15 
GeneralRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 23:27
Jörgen Sigvardsson18-Sep-06 23:27 
AnswerRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 8:12
Jörgen Sigvardsson18-Sep-06 8:12 
AnswerRe: How memory efficient is std::set? Pin
Stuart Dootson18-Sep-06 21:16
professionalStuart Dootson18-Sep-06 21:16 
GeneralRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 21:30
Jörgen Sigvardsson18-Sep-06 21:30 
GeneralRe: How memory efficient is std::set? Pin
Dave Cross18-Sep-06 22:20
professionalDave Cross18-Sep-06 22:20 
GeneralRe: How memory efficient is std::set? [modified] Pin
Stuart Dootson19-Sep-06 0:32
professionalStuart Dootson19-Sep-06 0:32 
GeneralRe: How memory efficient is std::set? Pin
Zac Howland19-Sep-06 3:33
Zac Howland19-Sep-06 3:33 

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.