Code:#include <comutil.h> BSTR bstr; SomeOLEFunction(bstr); CString cs(com_util::ConvertBSTRToString(bstr)); AfxMessageBox(cs, MB_OK, 0);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |