Re: unresolved std::list - what should I be looking for?
John what anti-virus do you use? In my experience most anti-virus programs occasionally cause those freeze/lockups. A bad disk may also do that but that should show up in the event log.
It could be worth to try to run without anti-virus for awhile. Especially if you have some known way of reproducing the issue.
Re: unresolved std::list - what should I be looking for?
Quote:
Originally Posted by
vcdebugger
looks like installation of VS has not happened properly.. leading to missing of the dll.. or mislocated.. try to search for that dll and copy it to your debug/release folder and try rebuild..
That could be worth trying. I'll give it a go, next time this happens. Only malware product I'm using is Microsoft Security Essentials.
It's worth mentioning that the freezing only ever occurs the very first time that an ncb file gets created (i.e. for a brand new project). I can usually see the size of the ncb file growing and growing while my IDE is frozen. I get the impression that whatever creates my ncb files must be running in the IDE's GUI thread (hence why it appears to lock me out). The ncb files can be quite large (30MB is typical although I guess that's relatively small by today's standards!) No idea why they take so long to get generated. :confused:
Re: unresolved std::list - what should I be looking for?
Quote:
Originally Posted by
John E
... you've installed a service pack which I haven't got (in fact, I don't think I've installed any service packs at all yet for VS2005).
http://msdn.microsoft.com/en-us/vstudio/bb265237
Your issue may of been fixed...
gg
Re: unresolved std::list - what should I be looking for?
For some reason I always put off installing service packs, even though I've never had a bad experience with them. Must put it on my TODO list..! That can be my new year resolution! :D