Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question#region [VS2005 IDE] [modified] Pin
Eytukan6-Feb-07 22:12
Eytukan6-Feb-07 22:12 
AnswerRe: #region [VS2005 IDE] Pin
Waldermort6-Feb-07 22:43
Waldermort6-Feb-07 22:43 
GeneralRe: #region [VS2005 IDE] Pin
Eytukan6-Feb-07 22:46
Eytukan6-Feb-07 22:46 
GeneralRe: #region [VS2005 IDE] Pin
Waldermort6-Feb-07 23:23
Waldermort6-Feb-07 23:23 
GeneralRe: #region [VS2005 IDE] Pin
Eytukan6-Feb-07 23:39
Eytukan6-Feb-07 23:39 
AnswerRe: #region [VS2005 IDE] Pin
krmed7-Feb-07 2:19
krmed7-Feb-07 2:19 
GeneralRe: #region [VS2005 IDE] Pin
Eytukan7-Feb-07 3:24
Eytukan7-Feb-07 3:24 
Questionconvert WCHAR to int Pin
amitmistry_petlad 6-Feb-07 22:08
amitmistry_petlad 6-Feb-07 22:08 
AnswerRe: convert WCHAR to int Pin
Waldermort6-Feb-07 22:39
Waldermort6-Feb-07 22:39 
AnswerRe: convert WCHAR to int Pin
Michael Dunn6-Feb-07 22:43
sitebuilderMichael Dunn6-Feb-07 22:43 
AnswerRe: convert WCHAR to int Pin
James R. Twine7-Feb-07 2:02
James R. Twine7-Feb-07 2:02 
Questionreading problem Pin
vlad.gs6-Feb-07 21:47
vlad.gs6-Feb-07 21:47 
GeneralRe: reading problem Pin
prasad_som6-Feb-07 23:26
prasad_som6-Feb-07 23:26 
QuestionWindows service Pin
david bagaturia6-Feb-07 21:26
david bagaturia6-Feb-07 21:26 
AnswerRe: Windows service Pin
Mark Salsbery7-Feb-07 8:00
Mark Salsbery7-Feb-07 8:00 
AnswerRe: Windows service Pin
Mark Salsbery7-Feb-07 8:03
Mark Salsbery7-Feb-07 8:03 
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 

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.