Hi all,
It works! But
Does not compile. Any hint?
Thanks,
Cristina
Code:
BSTR tmp = SysAllocString(L"Hello world");
Code:
char mystr[] = "Hello world";
BSTR tmp = SysAllocString(mystr);
Thanks,
Cristina