I\'m trying to convert a char* to a BSTR*, and my char* has special characters in it from being encrypted.I have tried several approaches found on the web, but back in the calling vb code, I always en
What is t开发者_开发知识库he correct way of doing this: _bstr_t description; errorInfo->GetDescription( &description.GetBSTR() );
I\'m in the process of trying to learn Unicode?For me the most difficult part is the Encoding.Can BSTRs (Basic String)开发者_如何学C content code points U+10000 or higher?If no, then what\'s the encod
Anyone know how to convert BSTR to char* ? Update: I tried to do this, but don\'t know if it is right or wrong.
In VS2005 I have generated a web reference to a web service that takes a 1-dimensional array of strings (\"inputArray\") as an input parameter.
I need to interface a Linux app to a server that uses bstr data. Can I \"roll\" my own code to make a bstr? I know the basics of a bstr, that it has a header with the byte size minus the null terminat
I have read th开发者_Python百科at the following code causes memory leak. But did not understand why.
I have a _bstr_t variable bstrErr and I am having a CString variable csE开发者_如何学Gorror. How do I set the value which come in bstrErr to csError?Is it not possible just to cast it: