J Jochen Kalmbach [MVP] Feb 6, 2007 #2 Hi Tao! is there anyone know how to convert wstring to BSTR? Click to expand... BSTR bstr = SysAllocString(wstr.c_str()); -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/
Hi Tao! is there anyone know how to convert wstring to BSTR? Click to expand... BSTR bstr = SysAllocString(wstr.c_str()); -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/