Click here to Skip to main content
16,016,227 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about " string " " vector " Pin
toxcct5-Apr-06 23:37
toxcct5-Apr-06 23:37 
GeneralRe: about " string " " vector " Pin
Cedric Moonen5-Apr-06 23:51
Cedric Moonen5-Apr-06 23:51 
GeneralRe: about " string " " vector " Pin
toxcct5-Apr-06 23:52
toxcct5-Apr-06 23:52 
GeneralRe: about " string " " vector " Pin
Cedric Moonen5-Apr-06 23:56
Cedric Moonen5-Apr-06 23:56 
GeneralRe: about " string " " vector " Pin
Rob Caldecott5-Apr-06 23:59
Rob Caldecott5-Apr-06 23:59 
GeneralRe: about " string " " vector " Pin
toxcct6-Apr-06 0:16
toxcct6-Apr-06 0:16 
GeneralRe: about " string " " vector " Pin
Rage6-Apr-06 2:03
professionalRage6-Apr-06 2:03 
AnswerRe: about " string " " vector " Pin
Stephen Hewitt6-Apr-06 0:59
Stephen Hewitt6-Apr-06 0:59 
I'd guess you’re using MSVC6. The debug format used with this version was designed before templates became so popular and can't cope with the long symbol names generated when templates are used. You can suppress then using #pragma warning(disable : 4786). I usually put it in my "stdafx.h" file.

Steve
Questionadding items to list box Pin
parichaybp5-Apr-06 22:09
parichaybp5-Apr-06 22:09 
AnswerRe: adding items to list box Pin
Hamid_RT5-Apr-06 22:15
Hamid_RT5-Apr-06 22:15 
AnswerRe: adding items to list box Pin
Hamid_RT5-Apr-06 22:25
Hamid_RT5-Apr-06 22:25 
GeneralRe: adding items to list box Pin
parichaybp5-Apr-06 23:33
parichaybp5-Apr-06 23:33 
GeneralRe: adding items to list box Pin
toxcct5-Apr-06 23:35
toxcct5-Apr-06 23:35 
GeneralRe: adding items to list box Pin
parichaybp5-Apr-06 23:43
parichaybp5-Apr-06 23:43 
GeneralRe: adding items to list box Pin
toxcct5-Apr-06 23:46
toxcct5-Apr-06 23:46 
GeneralRe: adding items to list box Pin
parichaybp5-Apr-06 23:58
parichaybp5-Apr-06 23:58 
GeneralRe: adding items to list box Pin
toxcct6-Apr-06 0:15
toxcct6-Apr-06 0:15 
GeneralRe: adding items to list box Pin
parichaybp6-Apr-06 1:09
parichaybp6-Apr-06 1:09 
GeneralRe: adding items to list box Pin
toxcct6-Apr-06 1:58
toxcct6-Apr-06 1:58 
GeneralRe: adding items to list box Pin
scoroop6-Apr-06 0:02
scoroop6-Apr-06 0:02 
GeneralRe: adding items to list box Pin
David Crow6-Apr-06 3:10
David Crow6-Apr-06 3:10 
GeneralRe: adding items to list box Pin
Hamid_RT6-Apr-06 0:27
Hamid_RT6-Apr-06 0:27 
GeneralRe: adding items to list box Pin
toxcct6-Apr-06 0:32
toxcct6-Apr-06 0:32 
GeneralRe: adding items to list box Pin
Hamid_RT6-Apr-06 1:08
Hamid_RT6-Apr-06 1:08 
GeneralRe: adding items to list box Pin
parichaybp6-Apr-06 0:37
parichaybp6-Apr-06 0:37 

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.