cansley4puss
Programmer
Really annoyed about this - Basically you can't use the STL map class template in VC++ 6 (Pro - SP5) because using it generates about 50-70 long warnings when you compile. These are benign (in fact, pointless) warnings of 'type' 4786. You should be able to disable them using #pragma warning(disable:4786) but it doesn't work. Microsoft openly admit that this is a bug..
and blithely announce "This problem was corrected in Microsoft Visual C++ .NET". Well great! What about those of us very happy sticking with VC++ 6? Why on earth don't they provide a patch? map is part of the STL, where, last time I checked, the 'S' stood for 'Standard'. Supporting this template properly is not optional.
Anyone got any ideas? I could upgrade I suppose but don't quite understand all this .NET nonsense. And anyway, I can't find VC++ .NET Professional, only Standard (there's that word again). Can anyone shed any light on that?
Sorry for the angry tone - not happy with this Bill.
and blithely announce "This problem was corrected in Microsoft Visual C++ .NET". Well great! What about those of us very happy sticking with VC++ 6? Why on earth don't they provide a patch? map is part of the STL, where, last time I checked, the 'S' stood for 'Standard'. Supporting this template properly is not optional.
Anyone got any ideas? I could upgrade I suppose but don't quite understand all this .NET nonsense. And anyway, I can't find VC++ .NET Professional, only Standard (there's that word again). Can anyone shed any light on that?
Sorry for the angry tone - not happy with this Bill.