Using vc++ 6.0 I've initialized 1 bstr
After that, I put some text in it:Code:BSTR *sRes;
But here comes the tricky part.. I want to add more text into the String..Code:*sRes = SysAllocString(OLESTR("Root->Left != NULL:Root->Right != NULL"));
But how?
Anyone got an idea?




Reply With Quote