c++ - VC 2005 error "Il mismatch between 'P1' version '20060201' and 'P2' version '20050411'" -


i got 1 error can't find problem, can me or explain whats wrong? still tried comment out problem or search can't find clues goes error:

 1>compiling... 1>option.cpp 1>linking... 1>fatal error c1900: il mismatch between 'p1' version '20060201' , 'p2' version '20050411' 1>link : fatal error lnk1257: code generation failed 1>build log saved @ "file://c:\users\modestas\desktop\ybtx\code\game\gas\gamegas\release\buildlog.htm" 1>gamegas - 1 error(s), 0 warning(s) ========== build: 0 succeeded, 1 failed, 12 up-to-date, 0 skipped ========== 

there no code because can't understand occur happened.

it means, defined initvariantcontainer declaration in class, didn't implement body:

void ccyphervariantholderfordecode::initvariantcontainer(void) {   // ... } 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -