Debug Window Output Problem - DLL Loading/Unloading



I recently updated my virus application and have noticed that (whether it's
running or not) the virus program will continually output DLL load/unload
messages to my Debug Output window, which makes testing a huge pain. The
messages are as follows:
'LogCopy.exe': Loaded 'C:\Program Files\Trend Micro\Internet Security
2007\TMAS_OE\TMAS_OEHook.dll', No symbols loaded.
'LogCopy.exe': Unloaded 'C:\Program Files\Trend Micro\Internet Security
2007\TMAS_OE\TMAS_OEHook.dll'

I'm using MS Visual C/C++ 2003 and am building a .NET Windows Forms
application. I've written the software vendor about this problem, but was
wondering if there's a way to filter out the messages in the Debug window
itself? If I could just selectively disable display of lines containing the
"TMAS_OEHook.dll" string, I would be satisfied. Does anyone have any ideas
on how to do this?

-Zero zero(at)zeroez(dot)net


.


Loading