| Subject: Re: Is BOINC a Virus? |
| From: "Devon Ferns" <NOSPAMdfernsNOSPAM@sympatico.ca> |
| Date: 09/07/2004, 14:27 |
I get that too, but you will also notice that it says "No symbols loaded".
Visual Studio .NET seems to go through a whole lot of DLLs while loading the
program in the debugger, while most of them will say "No symbols loaded" and
only the ones used by your program will say "Symbols loaded".
There's nothing wrong with what VS is doing, but it just makes it a lot
slower to load the program when debugging.
Devon.
"Henrik Schmid" <henrikschmid@hotmail.com> wrote in message
news:ccjrvh$rp1$00$1@news.t-online.com...
While debugging a program I noticed the message 'C:\Program
Files\BOINC\boinc.dll loaded' in the
output pane of Visual Studio.
Needless to say that my program does not explicitely load boinc.dll.
What gives?