Click here to Skip to main content
15,799,186 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Actualy it has not been an easy problem, becuase it has irritated a great many of us. This is a known bug and has apparently not been fix in versions of the compiler beyound VC6.

Many Microsoft headers try to solve the problem by placing #pragma warning(disable:4786) before including the header files.

I have found that placing
#pragma warning(disable:4786)
before the headers and placing
#pragma warning(disable:4786)
after the headers, usualy solves the problem.

The real problem with this warning is that we should not get in the habit or ignoring warnings. Because some of the warnings are very important. This is just not one of them.

INTP
Every thing is relative...
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 
AnswerRe: Column Selection in MFC Pin
BlackDice6-Jan-06 6:44
BlackDice6-Jan-06 6:44 
GeneralRe: Column Selection in MFC Pin
tayal1224366-Jan-06 18:45
tayal1224366-Jan-06 18:45 
GeneralRe: Column Selection in MFC Pin
ThatsAlok9-Jan-06 2:00
ThatsAlok9-Jan-06 2:00 

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.