Click here to Skip to main content
15,792,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Howto: creating a dynamic menu? Pin
nm_1146-Jan-06 14:39
nm_1146-Jan-06 14:39 
AnswerRe: Howto: creating a dynamic menu? Pin
Laxman96-Jan-06 19:50
Laxman96-Jan-06 19:50 
AnswerRe: Howto: creating a dynamic menu? Pin
#realJSOP7-Jan-06 4:09
mve#realJSOP7-Jan-06 4:09 
GeneralRe: Howto: creating a dynamic menu? Pin
cromag9-Jan-06 5:55
cromag9-Jan-06 5:55 
GeneralRe: Howto: creating a dynamic menu? Pin
cromag9-Jan-06 6:19
cromag9-Jan-06 6:19 
GeneralRe: Howto: creating a dynamic menu? Pin
#realJSOP9-Jan-06 13:32
mve#realJSOP9-Jan-06 13:32 
QuestionVector of Strings simple problem PLEASE HELP Pin
Cursed Feanor6-Jan-06 8:05
Cursed Feanor6-Jan-06 8:05 
AnswerRe: Vector of Strings simple problem PLEASE HELP Pin
Roland Pibinger6-Jan-06 8:33
Roland Pibinger6-Jan-06 8:33 
These are the usual (no joke) warnings, not errors, when you use STL with VC++ 6.0.

Workaround: Write the following before all #include files:
#if defined (_MSC_VER) && _MSC_VER <= 1200  // MSVC++ 6.0
#   pragma warning(disable: 4786)
#endif


BTW, if possible upgrade to a recent VC++ version.
JokeRe: Vector of Strings simple problem PLEASE HELP Pin
Cursed Feanor6-Jan-06 9:11
Cursed Feanor6-Jan-06 9:11 
AnswerRe: Vector of Strings simple problem PLEASE HELP Pin
David Crow6-Jan-06 10:43
David Crow6-Jan-06 10:43 
AnswerRe: Vector of Strings simple problem PLEASE HELP Pin
John R. Shaw6-Jan-06 19:26
John R. Shaw6-Jan-06 19:26 
QuestionTrying to get a bmp. to move with in boundries in a windows ap.... Pin
chadsxe6-Jan-06 7:05
chadsxe6-Jan-06 7:05 
AnswerRe: Trying to get a bmp. to move with in boundries in a windows ap.... Pin
KellyR6-Jan-06 7:34
KellyR6-Jan-06 7:34 
AnswerRe: Trying to get a bmp. to move with in boundries in a windows ap.... Pin
John R. Shaw6-Jan-06 20:05
John R. Shaw6-Jan-06 20:05 
QuestionAdding controls to a CTabCtrl Pin
Mark F.6-Jan-06 6:05
Mark F.6-Jan-06 6:05 
AnswerRe: Adding controls to a CTabCtrl Pin
#realJSOP7-Jan-06 4:12
mve#realJSOP7-Jan-06 4:12 
QuestionRe: Adding controls to a CTabCtrl Pin
Mark F.7-Jan-06 9:41
Mark F.7-Jan-06 9:41 
AnswerRe: Adding controls to a CTabCtrl Pin
#realJSOP8-Jan-06 4:14
mve#realJSOP8-Jan-06 4:14 
GeneralRe: Adding controls to a CTabCtrl Pin
Mark F.8-Jan-06 4:51
Mark F.8-Jan-06 4:51 
GeneralRe: Adding controls to a CTabCtrl Pin
#realJSOP9-Jan-06 1:17
mve#realJSOP9-Jan-06 1:17 
GeneralRe: Adding controls to a CTabCtrl Pin
Mark F.9-Jan-06 3:46
Mark F.9-Jan-06 3:46 
QuestionHelp! InternetConnect is broken! Pin
Anacreon6-Jan-06 6:01
Anacreon6-Jan-06 6:01 
QuestionLinear smooth Graph Pin
RockyJames6-Jan-06 4:40
RockyJames6-Jan-06 4:40 
AnswerRe: Linear smooth Graph Pin
Curtis Schlak.6-Jan-06 5:25
Curtis Schlak.6-Jan-06 5:25 
QuestionColumn Selection in MFC Pin
tayal1224366-Jan-06 4:22
tayal1224366-Jan-06 4:22 

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.