How does one convert a BSTR to a CString ?
It should be as easy as CString str; str = bstr; CString has an overload for wide characters. Wayne
Forum Rules