A little unicode question.
-
Hi! I'm storing a certain path in a CAtlString class. The function i need to pass this path to however only likes char pointers. How do i get a char pointer from a Unicode CAtlString?
-
Hi! I'm storing a certain path in a CAtlString class. The function i need to pass this path to however only likes char pointers. How do i get a char pointer from a Unicode CAtlString?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_atl_string_conversion_macros.asp [^]
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_atl_string_conversion_macros.asp [^]
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004
Thanks:) This solved all of my coding problems. Never knew the conversions where this easy ;-).