Hello,
I have the following code:
where 'nodeID' in both cases are CStrings. The above assignment gives me an excetption in atlsimpstr.h:Code:item->nodeID = (*it_inst)->nodeID;
Code:bool IsLocked() const throw() { return nRefs < 0; }
can you tell me why this is? When I do something like this:
the LPCTSTR content is copied to my CString. Isn't this the case when I assign another CString???Code:LPCTSTR text = TEXT("123"); CString ctext = text;




Reply With Quote