6
votes
Interface unit for sending debug messages to SysInternals ProcessMonitor
bl.OGware
– The latest version of SysInternals‘ excellent ProcessMonitor is now able to receive custom debug log messages and display them right in between the I/O logs. Even though I still don’t quite get the rationale for the need to create a new API for this (in contrast to simply merging in the functionality of DebugView) I went straight ahead and converted the API to Delphi. This should work with Delphi 6 and later. I successfully tested with Delphi 2009 and 2010. Enjoy: unit ProcMonDebugOutput; interface uses Windows; type TProcessMonitorLogger = class private const // ...
Statistics
|
Visits by Source |
User Actions |




