Answer the question
In order to leave comments, you need to log in
How to debug COM objects?
I use the OLE extension of the native windows clipboard (to be able to save pictures without loading the virtual memory of the process). This extension uses COM technology, namely, it requires that the inserted object implement the IDataObject interface. After the implementation of such an interface, the question arose, how can such objects be debugged at all? a simple example, after saving this object to the clipboard, I try to extract it and use the interface methods, and these methods do not work correctly - they give errors that cannot even occur in my implementation, in general I can’t understand what kind of code is being executed at all.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question