Click here to Skip to main content
15,895,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Finding files older than a week Pin
m.dietz21-Nov-06 20:23
m.dietz21-Nov-06 20:23 
AnswerRe: Finding files older than a week Pin
CPallini21-Nov-06 2:32
mveCPallini21-Nov-06 2:32 
GeneralRe: Finding files older than a week Pin
David Crow21-Nov-06 3:33
David Crow21-Nov-06 3:33 
GeneralRe: Finding files older than a week Pin
m.dietz21-Nov-06 4:04
m.dietz21-Nov-06 4:04 
GeneralRe: Finding files older than a week Pin
CPallini21-Nov-06 5:14
mveCPallini21-Nov-06 5:14 
GeneralRe: Finding files older than a week Pin
m.dietz21-Nov-06 20:31
m.dietz21-Nov-06 20:31 
GeneralRe: Finding files older than a week Pin
CPallini21-Nov-06 21:51
mveCPallini21-Nov-06 21:51 
QuestionATL::CSimpleStringT ?? [modified] Pin
dharani20-Nov-06 23:25
dharani20-Nov-06 23:25 
Hi all
I have a CObList which stores list of objects of type CMyClass. CMyClass has a CString member say m_str . This list is populated with members coming from a dll which is compiled in ANSI mode whereas the application is compiled in Unicode mode . So in the list , if i expand the member m_str of CMyClass , I can see in debug auto windows m_str->ATL::CSimpleStringT (unsigned short ,1)
if the object is Unicode . And if the object is from dll (ie ANSI)
It appears m_str->ATL::CSimpleStringT (char,0). My problem is how to retreive this difference programmatically to distinguish between ANSI objects and Unicode objects ?

I tried IsTextUnicode() but could not succeed ..may be due to wrong usage .
Could any one help me pls ?




-- modified at 5:32 Tuesday 21st November, 2006


-- modified at 5:33 Tuesday 21st November, 2006


-- modified at 5:34 Tuesday 21st November, 2006

redindian

AnswerRe: ATL::CSimpleStringT ?? Pin
Viorel.20-Nov-06 23:34
Viorel.20-Nov-06 23:34 
GeneralRe: ATL::CSimpleStringT ?? Pin
dharani20-Nov-06 23:37
dharani20-Nov-06 23:37 
GeneralRe: ATL::CSimpleStringT ?? Pin
Rajesh R Subramanian20-Nov-06 23:57
professionalRajesh R Subramanian20-Nov-06 23:57 
AnswerRe: ATL::CSimpleStringT ?? Pin
James R. Twine21-Nov-06 0:36
James R. Twine21-Nov-06 0:36 
QuestionArray Question Pin
Programm3r20-Nov-06 22:53
Programm3r20-Nov-06 22:53 
AnswerRe: Array Question Pin
Programm3r20-Nov-06 23:47
Programm3r20-Nov-06 23:47 
GeneralRe: Array Question Pin
toxcct21-Nov-06 0:29
toxcct21-Nov-06 0:29 
QuestionVS 2005 Express C++ code in header files!? Pin
floenk20-Nov-06 22:46
floenk20-Nov-06 22:46 
AnswerRe: VS 2005 Express C++ code in header files!? Pin
Christian Graus20-Nov-06 23:03
protectorChristian Graus20-Nov-06 23:03 
QuestionCtreeCtrl Popupmenu Pin
harsha_123420-Nov-06 22:45
harsha_123420-Nov-06 22:45 
AnswerRe: CtreeCtrl Popupmenu Pin
Mila02520-Nov-06 22:57
Mila02520-Nov-06 22:57 
GeneralRe: CtreeCtrl Popupmenu Pin
harsha_123420-Nov-06 23:09
harsha_123420-Nov-06 23:09 
GeneralRe: CtreeCtrl Popupmenu Pin
Mila02520-Nov-06 23:31
Mila02520-Nov-06 23:31 
GeneralRe: CtreeCtrl Popupmenu Pin
harsha_123421-Nov-06 1:03
harsha_123421-Nov-06 1:03 
AnswerRe: CtreeCtrl Popupmenu Pin
Viorel.20-Nov-06 23:13
Viorel.20-Nov-06 23:13 
QuestionOpen file and recent files in MFC Pin
includeh1020-Nov-06 22:40
includeh1020-Nov-06 22:40 
AnswerRe: Open file and recent files in MFC Pin
XtremDev20-Nov-06 22:51
XtremDev20-Nov-06 22: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.