CString to TCHAR
-
You mean
CString
toTCHAR*
, isn't it ?Prasad Notifier using ATL | Operator new[],delete[][^]
-
You mean
CString
toTCHAR*
, isn't it ?Prasad Notifier using ATL | Operator new[],delete[][^]
-
Have you considered fact , that
CString
is a 'string' , array of characters ? In other words its array ofTCHAR
. Do you want signleTCHAR
out ofCString
? If yes, then reply byNavin
suffice. But seems strange wording.Prasad Notifier using ATL | Operator new[],delete[][^]
-
radhika28 wrote:
How can i convert the above?
is your application UNICODE enabled
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you
-
radhika28 wrote:
I got it.Thanks both of you.
What was your problem? What you got? :confused: :confused: Knock out 't' from can't, You can if you think you can :cool:
-
hi.. try this out... TEXT("string");