Hi,
I need to convert a BSTR buffer (that contains wchar data) to a straight char*.
How can I do that?
I only found that info so far:
http://msdn.microsoft.com/en-us/library/ms235631(VS.80).aspx
but it covers only CComBSTR types. I'm not sure how CComBSTR and BSTR relate.
Thanks.