We have a large piece of code that has been reorganized in such a way that stuff that was just old C ++ is now COM.
I spent the last couple of days looking for places where we missed the fact that the function that previously returned boolnow returns HRESULT(the problem is that S_OK == false).
Is there a way to detect places in which it is HRESULTused as bool(and vice versa)?
We are using Visual Studio 2005 (VS8) Professional.
Is there anything other than @Steve's great offer that is not related to installing Team Edition?
source
share