i try to find source code or example and other people which have interest to
a Visual Studio 6.0 C++ Add In (dll) to add functionnality into MS Debug...
In fact in order to increase my developpement process, i want view image
data during debugging process.
Went i stop on breakpoint i want draw in a modal or no modal dialog box
image data....
At this time i have just a code to know if i'm in debug session and if a
text document window is active....
Now i want catch the selected text and access to memory to draw image (i
have a complete lib of image data format to RGB24 conversion)
have you link or advice to help me
All help are welcome,