// JP opened flex table

Click to See Complete Forum and Search --> : _bstr_t Operation+= bug


aviasi
November 2nd, 2000, 07:56 AM
Does anyone know of a bug using the following code
on win 2000:
_bstr_t temp;
temp = L"//";
temp += L"Anything";

the same code works fine on winnt.
but on several places i have problems using the
operator +=.

somehow the string is trashed inside the comutil.h

//JP added flex table