M
Medi Montaseri
Hope this is a right forum, else route me...
I'm using map STL in Microsoft Visual C++ 6.0 and am getting
warning C4786 which seems to have to do with truncating symbols
as VC++ is building a browser file (unix folks think ctags file).
Is there anyway to tell this compiler to increase your symbol entry
buffer size from 255 to 1000 (or something).
The warning message looks like this
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xtree(200): warning
C4786: '?rbegin@?$_Tree@HU?$pair@$$CBHPAVMessage@@@std@@U_Kfn....etc..etc
....etc' : identifier was truncated to '255' characters in the browser information
Since some of the enteries are being truncated, the browser file seems to be
broken and I can not set breakpoints where I want.
map is very basic, is there something I'm doing wrong, perhaps I need to
make sure my settings are correct or
should I install the compiler in c:\dev instead of 'program files\ etc etc'
Thanks
I'm using map STL in Microsoft Visual C++ 6.0 and am getting
warning C4786 which seems to have to do with truncating symbols
as VC++ is building a browser file (unix folks think ctags file).
Is there anyway to tell this compiler to increase your symbol entry
buffer size from 255 to 1000 (or something).
The warning message looks like this
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\xtree(200): warning
C4786: '?rbegin@?$_Tree@HU?$pair@$$CBHPAVMessage@@@std@@U_Kfn....etc..etc
....etc' : identifier was truncated to '255' characters in the browser information
Since some of the enteries are being truncated, the browser file seems to be
broken and I can not set breakpoints where I want.
map is very basic, is there something I'm doing wrong, perhaps I need to
make sure my settings are correct or
should I install the compiler in c:\dev instead of 'program files\ etc etc'
Thanks