Code::Blocks Forums

User forums => Help => Topic started by: cxwshawn on November 17, 2010, 02:28:34 am

Title: mismatch between the program and library build version detected
Post by: cxwshawn on November 17, 2010, 02:28:34 am
when I build codeblocks 10.05 release version using codeblocks nightly build version ,
and error "mismatch" came up, and the detail is : the library used 2.8 (...) and your
program used 2.8(...), what's the point  ?

regards
shawn
Title: Re: mismatch between the program and library build version detected
Post by: oBFusCATed on November 17, 2010, 08:58:37 am
Probably you're on windows and the wx dlls are different when the program is run, then the ones used to build C::B....

If not please give more info about your system....
Title: Re: mismatch between the program and library build version detected
Post by: cxwshawn on November 18, 2010, 02:13:59 am
Probably you're on windows and the wx dlls are different when the program is run, then the ones used to build C::B....

If not please give more info about your system....

yep, I am using windows xp,  and then how to change the dlls C::B using  ?

regards
shawn
Title: Re: mismatch between the program and library build version detected
Post by: stahta01 on November 18, 2010, 02:55:43 am
Read
http://forums.codeblocks.org/index.php/topic,3232.0.html

Save the Correct DLLs with the exe.

Tim S.