When I use: BSTR bstr=SysAllocString(L"Hello"); It works fine But I can't do: Char* str ="Hello"; BSTR bstr=SysAllocString(str);
Why? Could you please suggest me the Solution. This is the process to convert DOMString to BSTR> Thanks pankaj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
