VC++ warning...how to solve it???

Started by
1 comment, last by Impz0r 22 years, 8 months ago
y00, i''ve create some input mangers and use in these managers some std::list classes, so my class names where ab bit longer as other times :D and the vc++ gimme this waring e:\programme\visual c++\vc98\include\list(176) : warning C4786: ''?rbegin@?$list@PAVcInputKeyboardListener@@V?$allocator@PAVcInputKeyboardListener@@@std@@@std@@QAE?AV?$reverse_bidirectional_iterator@Viterator@?$list@PAVcInputKeyboardListener@@V?$allo cator@PAVcInputKeyboardListener@@@std@@@std@@PAVcInputKeyboardListener@@AAPAV4@PAPAV4@H@2@XZ'' : Bezeichner wurde auf ''255'' Zeichen in den Browser-Informationen reduziert e:\programmier projekte\freakcom\damn3d\source\input\cinputdeamon.h(48) : Siehe Verweis auf Instantiierung der kompilierten Klassenvorlage ''std::list >'' is there an pragma or something else to solve this problem, i will not change my class names :D thx imp bugs are uncommented features...
Stay Evil & Ugly!
Advertisement
#pragma warning(disable:4786)
hehe, true true...i forget to use the error code number :D

Thx Imp
Stay Evil & Ugly!

This topic is closed to new replies.

Advertisement