About Store Forum Documentation Contact



Post Reply 
Str to Char *
Author Message
Brainache Offline
Member

Post: #1
Str to Char *
Heya,

Used to be able to pass a 'Str' to a function that needed char * without issue, however it no longer casts...

Tried to use the CChar16* operator but not sure how to use it...

Can you enlighten me on how to cast from Str to char* now?

Thanks
04-15-2009 06:38 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Str to Char *
Str is a string of 16bit characters
you can cast it to CChar* and CChar16* only (additional C stands for 'const')
04-15-2009 06:41 PM
Find all posts by this user Quote this message in a reply
Post Reply