Click here to Skip to main content
15,885,278 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Compiling with VS2010 Pin
Kyudos18-Jul-11 11:13
Kyudos18-Jul-11 11:13 
GeneralRe: Compiling with VS2010 Pin
Albert Holguin18-Jul-11 11:19
professionalAlbert Holguin18-Jul-11 11:19 
GeneralRe: Compiling with VS2010 Pin
Kyudos19-Jul-11 10:40
Kyudos19-Jul-11 10:40 
GeneralRe: Compiling with VS2010 Pin
Albert Holguin19-Jul-11 11:32
professionalAlbert Holguin19-Jul-11 11:32 
QuestionATL CString Pin
hrishi32110-Jul-11 18:49
hrishi32110-Jul-11 18:49 
AnswerRe: ATL CString Pin
Cool_Dev10-Jul-11 21:02
Cool_Dev10-Jul-11 21:02 
GeneralRe: ATL CString Pin
hrishi32110-Jul-11 21:18
hrishi32110-Jul-11 21:18 
GeneralRe: ATL CString Pin
Cool_Dev11-Jul-11 4:36
Cool_Dev11-Jul-11 4:36 
1. If character set is 'Not Set', i think char will work.

2. CMyString can be alright. Write it to take char only, and internally convert them to wchar_t if the Character Set is 'Unicode' (using APIs like MultiByteToWideChar) and let the CString base class to do the string operations. This will help you to retain all the char types in existing code, provided you are replacing all usage of CString with CMyString. And the implied issue is that you won't be able to manipulate non-english characters with CMyString.
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 17:43
hrishi32111-Jul-11 17:43 
GeneralRe: ATL CString Pin
Richard MacCutchan11-Jul-11 22:26
mveRichard MacCutchan11-Jul-11 22:26 
GeneralRe: ATL CString Pin
BWake8-Aug-11 5:47
BWake8-Aug-11 5:47 
AnswerRe: ATL CString Pin
Richard MacCutchan11-Jul-11 5:03
mveRichard MacCutchan11-Jul-11 5:03 
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 17:45
hrishi32111-Jul-11 17:45 
QuestionAvoiding MFC CString Pin
hrishi32110-Jul-11 16:58
hrishi32110-Jul-11 16:58 
AnswerRe: Avoiding MFC CString Pin
Albert Holguin12-Jul-11 5:47
professionalAlbert Holguin12-Jul-11 5:47 
GeneralRe: Avoiding MFC CString Pin
VeganFanatic24-Jul-11 8:49
VeganFanatic24-Jul-11 8:49 
GeneralRe: Avoiding MFC CString Pin
Albert Holguin25-Jul-11 4:10
professionalAlbert Holguin25-Jul-11 4:10 
AnswerRe: Avoiding MFC CString Pin
Derakhshan.a24-Jul-11 20:50
Derakhshan.a24-Jul-11 20:50 
QuestionMFC DPI Dependent Behaviour Pin
Kyudos5-Jul-11 13:54
Kyudos5-Jul-11 13:54 
GeneralRe: MFC DPI Dependent Behaviour Pin
Albert Holguin6-Jul-11 4:15
professionalAlbert Holguin6-Jul-11 4:15 
QuestionBasic doubt with Class template Pin
hrishi3214-Jul-11 16:13
hrishi3214-Jul-11 16:13 
AnswerRe: Basic doubt with Class template Pin
Richard MacCutchan5-Jul-11 0:11
mveRichard MacCutchan5-Jul-11 0:11 
GeneralRe: Basic doubt with Class template Pin
hrishi3215-Jul-11 20:37
hrishi3215-Jul-11 20:37 
GeneralRe: Basic doubt with Class template Pin
Richard MacCutchan5-Jul-11 22:20
mveRichard MacCutchan5-Jul-11 22:20 
GeneralRe: Basic doubt with Class template Pin
hrishi3215-Jul-11 23:05
hrishi3215-Jul-11 23:05 

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.