Click here to Skip to main content
15,799,257 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: ATL CString Pin
hrishi32110-Jul-11 22:18
hrishi32110-Jul-11 22:18 
GeneralRe: ATL CString Pin
Cool_Dev11-Jul-11 5:36
Cool_Dev11-Jul-11 5:36 
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 18:43
hrishi32111-Jul-11 18:43 
GeneralRe: ATL CString Pin
Richard MacCutchan11-Jul-11 23:26
mveRichard MacCutchan11-Jul-11 23:26 
GeneralRe: ATL CString Pin
BWake8-Aug-11 6:47
BWake8-Aug-11 6:47 
AnswerRe: ATL CString Pin
Richard MacCutchan11-Jul-11 6:03
mveRichard MacCutchan11-Jul-11 6:03 
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 18:45
hrishi32111-Jul-11 18:45 
QuestionAvoiding MFC CString Pin
hrishi32110-Jul-11 17:58
hrishi32110-Jul-11 17:58 
Hello all,

I need to avoid MFC from my existing project, and convert to ATL. I am using STL for the most of the conversion (defining my own class for MFC type)
CString has been use extensively in the project. So I guess its better to implement my own CString class. So that I dont need to touch all the implementation.

I found out that ATL also has CString

typedef CAtlString CString;


So, if project setting avoids MFC, then CString will be refererd from this ATL CString class. But the problem is I need to touch and convert many code like
"xx"  to  L"xx"
char to wchar_t


Can I have a efficient way, in order to avoid touching much implementation, and character code supportness.
Shall I override this ATL CString class? or better right my own?
considering about the supporting of character type (Unicode/others), could you Please suggest me, or advice me.

thanks in advance
Hrishi
AnswerRe: Avoiding MFC CString Pin
Albert Holguin12-Jul-11 6:47
professionalAlbert Holguin12-Jul-11 6:47 
GeneralRe: Avoiding MFC CString Pin
VeganFanatic24-Jul-11 9:49
VeganFanatic24-Jul-11 9:49 
GeneralRe: Avoiding MFC CString Pin
Albert Holguin25-Jul-11 5:10
professionalAlbert Holguin25-Jul-11 5:10 
AnswerRe: Avoiding MFC CString Pin
Derakhshan.a24-Jul-11 21:50
Derakhshan.a24-Jul-11 21:50 
QuestionMFC DPI Dependent Behaviour Pin
Kyudos5-Jul-11 14:54
Kyudos5-Jul-11 14:54 
GeneralRe: MFC DPI Dependent Behaviour Pin
Albert Holguin6-Jul-11 5:15
professionalAlbert Holguin6-Jul-11 5:15 
QuestionBasic doubt with Class template Pin
hrishi3214-Jul-11 17:13
hrishi3214-Jul-11 17:13 
AnswerRe: Basic doubt with Class template Pin
Richard MacCutchan5-Jul-11 1:11
mveRichard MacCutchan5-Jul-11 1:11 
GeneralRe: Basic doubt with Class template Pin
hrishi3215-Jul-11 21:37
hrishi3215-Jul-11 21:37 
GeneralRe: Basic doubt with Class template Pin
Richard MacCutchan5-Jul-11 23:20
mveRichard MacCutchan5-Jul-11 23:20 
GeneralRe: Basic doubt with Class template Pin
hrishi3216-Jul-11 0:05
hrishi3216-Jul-11 0:05 
GeneralRe: Basic doubt with Class template Pin
Richard MacCutchan6-Jul-11 0:14
mveRichard MacCutchan6-Jul-11 0:14 
GeneralRe: Basic doubt with Class template Pin
hrishi3216-Jul-11 22:45
hrishi3216-Jul-11 22:45 
GeneralRe: Basic doubt with Class template Pin
Albert Holguin5-Jul-11 10:44
professionalAlbert Holguin5-Jul-11 10:44 
GeneralRe: Basic doubt with Class template Pin
hrishi3215-Jul-11 21:41
hrishi3215-Jul-11 21:41 
AnswerRe: Basic doubt with Class template Pin
Albert Holguin6-Jul-11 5:06
professionalAlbert Holguin6-Jul-11 5:06 
GeneralRe: Basic doubt with Class template Pin
hrishi3216-Jul-11 18:17
hrishi3216-Jul-11 18:17 

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.