I have inherited two complex COM objects. One of them was obtained from the other and (presumably) GUID, etc., were changed so that they do not interfere. They interfere, and so far our debugging has not identified the culprit - we checked the registry differences and source code and looked at the SCCS checks. Obviously, we are missing something, but they are large and complex enough that I am not surprised.
Is there a tool that can help, perhaps by checking COM objects for good behavior or detecting collisions between two COM objects or analyzing the registry?
source
share