Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows service Pin
david bagaturia7-Feb-07 18:13
david bagaturia7-Feb-07 18:13 
QuestionDisplay 2D array Pin
Aint6-Feb-07 21:04
Aint6-Feb-07 21:04 
AnswerRe: Display 2D array Pin
_AnsHUMAN_ 6-Feb-07 21:07
_AnsHUMAN_ 6-Feb-07 21:07 
AnswerRe: Display 2D array Pin
Cedric Moonen6-Feb-07 21:42
Cedric Moonen6-Feb-07 21:42 
QuestionComplier Errors built when first time and not for the second time Pin
venkat_5576-Feb-07 20:08
venkat_5576-Feb-07 20:08 
AnswerRe: Complier Errors built when first time and not for the second time Pin
Don Box6-Feb-07 20:26
Don Box6-Feb-07 20:26 
GeneralRe: Complier Errors built when first time and not for the second time Pin
venkat_5576-Feb-07 22:18
venkat_5576-Feb-07 22:18 
GeneralRe: Complier Errors built when first time and not for the second time Pin
Waldermort6-Feb-07 22:35
Waldermort6-Feb-07 22:35 
Are you sure they are compiler errors and not warnings? error's will cause the compile to fail and are shown each time you attempt to compile. Warnings on the other hand will not fail, and are only shown the one time, unless you re-compile the same file.

Since you are changing the compiler for a newer version, I would guess many of your 'errors' are actually warnings about the use of deprecated functions.

Either clean then re-build the whole solution, or go into your options and disable the "minimal rebuild" feature. Either way this will rebuild your whole solution and display all the warnings.
GeneralRe: Complier Errors built when first time and not for the second time Pin
venkat_5577-Feb-07 0:06
venkat_5577-Feb-07 0:06 
GeneralRe: Complier Errors built when first time and not for the second time Pin
jhwurmbach7-Feb-07 1:17
jhwurmbach7-Feb-07 1:17 
Questioncustom class like CButton Pin
kirrik6-Feb-07 20:06
kirrik6-Feb-07 20:06 
AnswerRe: custom class like CButton Pin
Don Box6-Feb-07 20:22
Don Box6-Feb-07 20:22 
GeneralRe: custom class like CButton Pin
kirrik6-Feb-07 20:28
kirrik6-Feb-07 20:28 
QuestionX..25 Eicon card Pin
arun kumar kk6-Feb-07 19:49
arun kumar kk6-Feb-07 19:49 
QuestionHow to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:17
siddharthsan6-Feb-07 19:17 
AnswerRe: How to get xml file as input in vc++??? Pin
ThatsAlok6-Feb-07 19:19
ThatsAlok6-Feb-07 19:19 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:22
siddharthsan6-Feb-07 19:22 
GeneralRe: How to get xml file as input in vc++??? Pin
Kiran Pinjala6-Feb-07 19:41
Kiran Pinjala6-Feb-07 19:41 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:46
siddharthsan6-Feb-07 19:46 
GeneralRe: How to get xml file as input in vc++??? Pin
Kiran Pinjala6-Feb-07 19:51
Kiran Pinjala6-Feb-07 19:51 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 21:57
siddharthsan6-Feb-07 21:57 
GeneralRe: How to get xml file as input in vc++??? Pin
jhwurmbach7-Feb-07 1:21
jhwurmbach7-Feb-07 1:21 
GeneralRe: How to get xml file as input in vc++??? Pin
ThatsAlok6-Feb-07 19:43
ThatsAlok6-Feb-07 19:43 
AnswerRe: How to get xml file as input in vc++??? Pin
Hamid_RT6-Feb-07 19:22
Hamid_RT6-Feb-07 19:22 
GeneralRe: How to get xml file as input in vc++??? Pin
siddharthsan6-Feb-07 19:24
siddharthsan6-Feb-07 19:24 

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.