Click here to Skip to main content
15,901,122 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: saving bitmap to a file Pin
SandipG 4-Jun-08 20:50
SandipG 4-Jun-08 20:50 
GeneralRe: saving bitmap to a file Pin
subramanyeswari4-Jun-08 20:54
subramanyeswari4-Jun-08 20:54 
GeneralRe: saving bitmap to a file Pin
CPallini4-Jun-08 21:09
mveCPallini4-Jun-08 21:09 
GeneralRe: saving bitmap to a file Pin
subramanyeswari4-Jun-08 21:28
subramanyeswari4-Jun-08 21:28 
GeneralRe: saving bitmap to a file Pin
CPallini4-Jun-08 21:57
mveCPallini4-Jun-08 21:57 
GeneralRe: saving bitmap to a file Pin
Hamid_RT4-Jun-08 21:26
Hamid_RT4-Jun-08 21:26 
GeneralRe: saving bitmap to a file Pin
subramanyeswari4-Jun-08 21:30
subramanyeswari4-Jun-08 21:30 
QuestionGetting rid of the following warnings.. Pin
pl_kode4-Jun-08 20:09
pl_kode4-Jun-08 20:09 
I am reading a file and getting the key and values. I am putting the keys and values in the map. When I run the program I get many number of warnings
like...
warningC4786: 'std::_Tree<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> > const ,
std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::less<std::basic_string<cha
r,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::_Kfn,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::basi
c_string<char,std::char_traits<char>,std::allocator<char> > > >' : identifier was truncated to '255' characters in the debug information
c:\program files\microsoft visual studio\vc98\include\map(46) : see reference to class template instantiation 'std::_Tree<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::pair<std::basic_string<char,std::char_traits<
char>,std::allocator<char> > const ,std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<cha
r> >,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >::_Kfn,std::less<std::basic_string<char,std::char_traits<char>,std::allocato
r<char> > >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' being compiled
F:\Main Project\Coding\DLL_logging_Utility\properties.cpp(41) : see reference to class template instantiation 'std::map<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::a
llocator<char> >,std::less<std::basic_string<char,std::char_traits<char>,std::allocator<char> > >,std::allocator<std::basic_string<char,std::char_traits<char>,std::allocator<char> > > >' being compiled

THANKS
AnswerRe: Getting rid of the following warnings.. Pin
Cedric Moonen4-Jun-08 20:23
Cedric Moonen4-Jun-08 20:23 
AnswerRe: Getting rid of the following warnings.. Pin
toxcct4-Jun-08 21:11
toxcct4-Jun-08 21:11 
Questionstatic Lib gives Link Error - Migrating to VC 2005 from VC 2003 Pin
zameer.kh4-Jun-08 18:45
zameer.kh4-Jun-08 18:45 
AnswerRe: static Lib gives Link Error - Migrating to VC 2005 from VC 2003 Pin
toxcct4-Jun-08 21:05
toxcct4-Jun-08 21:05 
GeneralRe: static Lib gives Link Error - Migrating to VC 2005 from VC 2003 Pin
zameer.kh5-Jun-08 4:38
zameer.kh5-Jun-08 4:38 
QuestionQuestion about painting and scrolling in wxWidgets!! Pin
Rohde4-Jun-08 12:36
Rohde4-Jun-08 12:36 
AnswerRe: Question about painting and scrolling in wxWidgets!! Pin
Rohde4-Jun-08 12:45
Rohde4-Jun-08 12:45 
QuestionHelp! Need source code for _isnan and _finite Pin
Jesse Evans4-Jun-08 12:26
Jesse Evans4-Jun-08 12:26 
AnswerRe: Help! Need source code for _isnan and _finite Pin
Saurabh.Garg4-Jun-08 16:31
Saurabh.Garg4-Jun-08 16:31 
GeneralRe: Help! Need source code for _isnan and _finite Pin
Jesse Evans5-Jun-08 6:33
Jesse Evans5-Jun-08 6:33 
GeneralRe: Help! Need source code for _isnan and _finite Pin
Saurabh.Garg5-Jun-08 16:54
Saurabh.Garg5-Jun-08 16:54 
AnswerRe: Help! Need source code for _isnan and _finite Pin
Jijo.Raj4-Jun-08 20:16
Jijo.Raj4-Jun-08 20:16 
GeneralRe: Help! Need source code for _isnan and _finite Pin
Jesse Evans5-Jun-08 6:34
Jesse Evans5-Jun-08 6:34 
AnswerRe: Help! Need source code for _isnan and _finite Pin
toxcct4-Jun-08 20:58
toxcct4-Jun-08 20:58 
GeneralRe: Help! Need source code for _isnan and _finite Pin
Jesse Evans5-Jun-08 6:19
Jesse Evans5-Jun-08 6:19 
GeneralRe: Help! Need source code for _isnan and _finite Pin
toxcct5-Jun-08 6:29
toxcct5-Jun-08 6:29 
GeneralRe: Help! Need source code for _isnan and _finite Pin
Jesse Evans5-Jun-08 6:39
Jesse Evans5-Jun-08 6:39 

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.