Click here to Skip to main content
15,881,764 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Richard Andrew x6428-May-17 15:11
professionalRichard Andrew x6428-May-17 15:11 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
leon de boer28-May-17 16:37
leon de boer28-May-17 16:37 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Richard Andrew x6429-May-17 3:24
professionalRichard Andrew x6429-May-17 3:24 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Randor 29-May-17 9:57
professional Randor 29-May-17 9:57 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
leon de boer29-May-17 18:12
leon de boer29-May-17 18:12 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
leon de boer29-May-17 18:02
leon de boer29-May-17 18:02 
AnswerRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Randor 29-May-17 9:50
professional Randor 29-May-17 9:50 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
leon de boer22-May-17 5:27
leon de boer22-May-17 5:27 
The problem is glaringly obvious it's telling you the problem

You must have noticed the file path names... Microsoft visual studio 9 ... Microsoft visual studio 10.0

You either compile for VC9 or you Compile for VC10 what you can't do is mix and match the system files.

That means either
1.) Your project file incorrectly references both sets of VC base directories ... a big no no
2.) Some header directly includes the VCx files from the other system.

FIX IT .. CHOOSE 1 VERSION OF VC !!!!!!!

There is a fast haxx way which is to rename one of the VC base directory trees temporarily ... the compiler can't use what it can't find Smile | :)
It will either fix everything that means your project file is DORKED or it will spit it can't find xyz file and that will be the wrong VC directory so fix it.
In vino veritas

GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Richard MacCutchan22-May-17 6:45
mveRichard MacCutchan22-May-17 6:45 
GeneralRe: C2011 ‘vc_sttributes::YesNoMaybe’ “ ‘enum’ type redifinition Pin
Bram van Kampen2-Jun-17 14:58
Bram van Kampen2-Jun-17 14:58 
Questionfytjfc Pin
Mehul Mahajan21-May-17 0:25
Mehul Mahajan21-May-17 0:25 
AnswerRe: plz solve this module asap Pin
OriginalGriff21-May-17 0:25
mveOriginalGriff21-May-17 0:25 
AnswerRe: plz solve this module asap Pin
leon de boer21-May-17 4:21
leon de boer21-May-17 4:21 
AnswerRe: plz solve this module asap Pin
NotPolitcallyCorrect21-May-17 5:27
NotPolitcallyCorrect21-May-17 5:27 
QuestionOpenMP parallel file writing Pin
Ashish Ranjan Mishra19-May-17 22:48
Ashish Ranjan Mishra19-May-17 22:48 
AnswerRe: OpenMP parallel file writing Pin
Richard MacCutchan19-May-17 22:54
mveRichard MacCutchan19-May-17 22:54 
AnswerRe: OpenMP parallel file writing Pin
Afzaal Ahmad Zeeshan20-May-17 0:12
professionalAfzaal Ahmad Zeeshan20-May-17 0:12 
AnswerRe: OpenMP parallel file writing Pin
David Crow20-May-17 10:13
David Crow20-May-17 10:13 
AnswerRe: OpenMP parallel file writing Pin
Randor 20-May-17 10:37
professional Randor 20-May-17 10:37 
QuestionHow To Add New Code - NetBeans Pin
Django_Untaken17-May-17 9:09
Django_Untaken17-May-17 9:09 
AnswerRe: How To Add New Code - NetBeans Pin
Rick York17-May-17 10:20
mveRick York17-May-17 10:20 
SuggestionRe: How To Add New Code - NetBeans Pin
Richard MacCutchan17-May-17 21:25
mveRichard MacCutchan17-May-17 21:25 
QuestionCOleVariant to COLORREF Pin
_Flaviu12-May-17 6:27
_Flaviu12-May-17 6:27 
QuestionRe: COleVariant to COLORREF Pin
David Crow12-May-17 9:45
David Crow12-May-17 9:45 
AnswerRe: COleVariant to COLORREF Pin
_Flaviu13-May-17 21:17
_Flaviu13-May-17 21:17 

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.