Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exchanging DLLs Pin
Mike Dunn6-Jul-00 9:37
Mike Dunn6-Jul-00 9:37 
QuestionWebbrowser repaint?? Pin
dooly5-Jul-00 20:51
dooly5-Jul-00 20:51 
AnswerRe: Webbrowser repaint?? Pin
pba_5-Jul-00 23:35
pba_5-Jul-00 23:35 
GeneralRe: Webbrowser repaint?? Pin
dooly6-Jul-00 16:19
dooly6-Jul-00 16:19 
GeneralRe: Webbrowser repaint?? Pin
pba_6-Jul-00 22:42
pba_6-Jul-00 22:42 
GeneralAutoBld Add-In Pin
GeVanCo5-Jul-00 20:12
GeVanCo5-Jul-00 20:12 
GeneralRe: AutoBld Add-In Pin
Mike Melnikov4-Aug-00 3:37
Mike Melnikov4-Aug-00 3:37 
GeneralSTL Pin
Member 43215-Jul-00 7:52
Member 43215-Jul-00 7:52 
Hi,
I am trying to use the map data structure of the STL.
When I declare the map, map<int,int> var , I get all sorts of warnings
(something like 92 of them) saying that some names are longer than 255
characters. Can someone please tell me how do get rid of these warnings?
For your information, here is a few of those warnings:



d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator<std::_tree<int,std::pair<int const="" ,int="">,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator,std::pair<int const
="" ,int="">,std::pair<int const="" ,int=""> &,std::pair<int const="" ,int=""> *,int>' : identifier was truncated to '255' characters in the debug information
d:\vc98\include\utility(21) : warning C4786: 'std::reverse_bidirectional_iterator<std::_tree<int,std::pair<int const="" ,int="">,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator,std::pair<int
const="" ,int="">,std::pair<int const="" ,int=""> const &,std::pair<int const="" ,int=""> const *,int>' : identifier was truncated to '255' characters in the debug information
d:\vc98\include\utility(21) : warning C4786: 'std::pair<std::_tree<int,std::pair<int const="" ,int="">,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator,std::_Tree<int,std::pair<int const="" ,int="">,std:
:map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::iterator>' : identifier was truncated to '255' characters in the debug information
d:\vc98\include\utility(21) : warning C4786: 'std::pair<std::_tree<int,std::pair<int const="" ,int="">,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator,std::_Tree<int,std::pair<int const="" ,int
="">,std::map<int,int,std::less<int>,std::allocator<int> >::_Kfn,std::less<int>,std::allocator<int> >::const_iterator>' : identifier was truncated to '255' characters in the debug information
Draggable.cpp
DrawUndo.cpp
GeneralRe: STL Pin
pba_5-Jul-00 23:39
pba_5-Jul-00 23:39 
Generalimporting default menu items Pin
Ryan Gates5-Jul-00 7:44
Ryan Gates5-Jul-00 7:44 
GeneralRe: importing default menu items Pin
Sam Hobbs5-Jul-00 19:26
Sam Hobbs5-Jul-00 19:26 
GeneralCSliderControl Pin
Member 40325-Jul-00 5:37
Member 40325-Jul-00 5:37 
GeneralRe: CSliderControl Pin
Philip Nicoletti6-Jul-00 9:23
Philip Nicoletti6-Jul-00 9:23 
GeneralWindows Installer Problem... Pin
James R. Twine5-Jul-00 4:50
James R. Twine5-Jul-00 4:50 
GeneralDeveloper studio becomes slow... Pin
Member 13565-Jul-00 4:07
Member 13565-Jul-00 4:07 
GeneralRe: Developer studio becomes slow... Pin
Alvaro Mendez5-Jul-00 4:16
Alvaro Mendez5-Jul-00 4:16 
GeneralRe: Developer studio becomes slow... Pin
Sam Hobbs5-Jul-00 6:59
Sam Hobbs5-Jul-00 6:59 
Questionhow to disable mouse click from web browser control Pin
Muhammad Atif5-Jul-00 4:02
Muhammad Atif5-Jul-00 4:02 
AnswerRe: how to disable mouse click from web browser control Pin
pba_5-Jul-00 23:09
pba_5-Jul-00 23:09 
Generalinput euro symbol in VC6 SP3 Pin
Barry5-Jul-00 3:14
Barry5-Jul-00 3:14 
QuestionHow to incorparate propertysheets in a SDI appl. with several views Pin
Member 15174-Jul-00 23:34
Member 15174-Jul-00 23:34 
GeneralGet text in a text box in an active browser Pin
nhquoc4-Jul-00 20:29
nhquoc4-Jul-00 20:29 
QuestionDialog threads? Pin
woltman4-Jul-00 18:05
woltman4-Jul-00 18:05 
AnswerRe: Dialog threads? Pin
Sam Hobbs4-Jul-00 20:17
Sam Hobbs4-Jul-00 20:17 
AnswerRe: Dialog threads? Pin
Paolo Messina5-Jul-00 0:47
professionalPaolo Messina5-Jul-00 0:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.