Debug Window Output Problem - DLL Loading/Unloading
- From: "Zero" <zero(at)zeroez(dot)net>
- Date: Wed, 18 Oct 2006 10:36:47 -0600
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
.
- Follow-Ups:
- Re: Debug Window Output Problem - DLL Loading/Unloading
- From: Oleg Starodumov
- Re: Debug Window Output Problem - DLL Loading/Unloading
- Prev by Date: Re: preventing dos window close upon program termination
- Next by Date: Re: Debug Window Output Problem - DLL Loading/Unloading
- Previous by thread: VS2005 debugging fails - assembly manifest
- Next by thread: Re: Debug Window Output Problem - DLL Loading/Unloading
- Index(es):
Loading