| re: using map STL in Microsoft VC++ 6
Medi Montaseri wrote:[color=blue]
> Hope this is a right forum, else route me...
>
> Since some of the enteries are being truncated, the browser file
> seems to be broken and I can not set breakpoints where I want.[/color]
You can use this to get rid of the warning messages:
#pragma warning(disable:4786)
Which however won't fix the debugger (just as a FYI: it doesn't have
anything to do with the browser file, the debug symbols and the browse file
are two completely different things).
I'm afraid it's an internal limit of the compiler, and you can't get around
it. Visual C++ .Net 2002 and 2003 don't have this limitation, so I'm afraid
upgrading is the only way if you want a fully functional debugger in this
situation. There's been some talk going around about some folks at MS
wanting to make a SP6 for VS6, but I don't know if it'll happen. If it does,
they might fix the issue since it's well-known and often discussed. But I
wouldn't hold your breath.
Sorry.
PS: microsoft.public.vc.* is a better place to ask this sort of thing
--
Unforgiven
A: Top Posting!
Q: What is the most annoying thing on Usenet? |