Re: Goofy scrolling display in VC++ output window.
On Sat, 17 Nov 2007 13:14:17 GMT, TonyG <TonyG@junk.com> wrote:
I had some problems with my ISP, internet service provider, connection.
I installed a diagnosis utility from them. Now every time I run one of
my programs in debug mode, I get a continual stream of goofy lines
appearing in the output window. One line every second or maybe faster.
This is the line I see:
Loaded 'C:\Program Files\SBC Self Support Tool\SmartBridge\psapi.dll',
no matching symbolic information found.
I don't need the utility and I'm going to uninstall it.
I just want to know for my own sake, what is happening. Why are these
messages appearing in Visual C++?
I don't know why it's appearing once a second, but I think it could appear
once if a DLL hooked your program when it loaded, and the DLL in turn
loaded psapi.dll. Maybe the hook DLL is loading/unloading psapi.dll or
something that depends on it once a second? It is from an ISP, after all,
so stuff like that is to be expected.
--
Doug Harrison
Visual C++ MVP