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 

Reply via email to