wchar* question

Sam Hu samhudotsamhu at gmail.com
Thu Sep 3 17:42:48 PDT 2009


Hi both:

Thank you so much for your help!

ps:just found other than write :

wchar* szFileName=cast(wchar[])(new wchar[1024);

It works also if I write:
wchar[1024] szFileName;

I am annoying everytime when pass D strings to/from OS API...

Regards,
Sam 


More information about the Digitalmars-d-learn mailing list