Click here to Skip to main content
16,011,475 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Defining a vector inside a class: Is it wise? Pin
Stuart Dootson20-Aug-03 21:58
professionalStuart Dootson20-Aug-03 21:58 
GeneralRe: Defining a vector inside a class: Is it wise? Pin
WREY20-Aug-03 22:18
WREY20-Aug-03 22:18 
AnswerRe: Defining a vector inside a class: Is it wise? Pin
Alexandru Savescu20-Aug-03 22:07
Alexandru Savescu20-Aug-03 22:07 
GeneralMS Exchange Server Problem: How to: Adding an Event Registration for a Folder. Please Help me ......... Pin
Atif Bashir20-Aug-03 3:51
Atif Bashir20-Aug-03 3:51 
QuestionHow to use "IEnumString" in MFC project? Pin
simonchen.net19-Aug-03 17:43
simonchen.net19-Aug-03 17:43 
GeneralSTL compiler messages. Pin
WREY19-Aug-03 11:44
WREY19-Aug-03 11:44 
GeneralRe: STL compiler messages. Pin
valikac19-Aug-03 13:01
valikac19-Aug-03 13:01 
GeneralRe: STL compiler messages. Pin
Andrew Walker19-Aug-03 13:10
Andrew Walker19-Aug-03 13:10 
There are a few things that you can try. If you build with your warning level at 3 which is the default setting you can get rid of most of the warnings by using:

#pragma warning(disable:4786)

which solves warning C4786 - 'identifier' : identifier was truncated to 'number' characters in the debug information. It's perfectly safe to do that, Microsoft say it's a limitation of the debugger rather than the compiler.

If you need to run at warning level 4, you can try the article STL without warnings[^]

If you're having trouble you can have a look at an STL Error Decryptor at STLFilt: An STL Error Message Decryptor for C++[^]

Most of the STL Error Decryptors are based on the material from the CUJ article by Leor Zolman, An STL Error Message Decryptor for Visual C++[^]


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: STL compiler messages. Pin
John M. Drescher19-Aug-03 13:54
John M. Drescher19-Aug-03 13:54 
GeneralMessages Pin
cberam19-Aug-03 1:44
cberam19-Aug-03 1:44 
QuestionList of object or list of pointers to objects? Pin
Jeremy Pullicino18-Aug-03 21:34
Jeremy Pullicino18-Aug-03 21:34 
AnswerRe: List of object or list of pointers to objects? Pin
jhwurmbach18-Aug-03 21:57
jhwurmbach18-Aug-03 21:57 
GeneralRe: List of object or list of pointers to objects? Pin
Jeremy Pullicino18-Aug-03 22:37
Jeremy Pullicino18-Aug-03 22:37 
GeneralRe: List of object or list of pointers to objects? Pin
jhwurmbach18-Aug-03 23:30
jhwurmbach18-Aug-03 23:30 
AnswerRe: List of object or list of pointers to objects? Pin
Andrew Walker19-Aug-03 1:27
Andrew Walker19-Aug-03 1:27 
GeneralSTL list Pin
Anthony_Yio18-Aug-03 21:01
Anthony_Yio18-Aug-03 21:01 
GeneralRe: STL list Pin
jhwurmbach18-Aug-03 21:38
jhwurmbach18-Aug-03 21:38 
GeneralRe: STL list Pin
Anthony_Yio18-Aug-03 22:20
Anthony_Yio18-Aug-03 22:20 
GeneralRe: STL list Pin
Jeremy Pullicino18-Aug-03 21:39
Jeremy Pullicino18-Aug-03 21:39 
GeneralRe: STL list Pin
Anthony_Yio18-Aug-03 22:03
Anthony_Yio18-Aug-03 22:03 
GeneralRe: STL list Pin
jhwurmbach18-Aug-03 22:09
jhwurmbach18-Aug-03 22:09 
GeneralRe: STL list Pin
Anthony_Yio18-Aug-03 22:23
Anthony_Yio18-Aug-03 22:23 
GeneralRe: STL list Pin
Anthony_Yio18-Aug-03 22:37
Anthony_Yio18-Aug-03 22:37 
GeneralRe: STL list Pin
jhwurmbach18-Aug-03 23:22
jhwurmbach18-Aug-03 23:22 
GeneralRe: STL list Pin
Anthony_Yio19-Aug-03 17:03
Anthony_Yio19-Aug-03 17:03 

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.