Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ANIRBAN GHOSH on March 17, 2007, 02:34:25 pm

Title: INSTALLING NIGHTLY BUILDS
Post by: ANIRBAN GHOSH on March 17, 2007, 02:34:25 pm
I have downloaded the CODE BLOCKS with Mingw compiler..and downloaded the latest nightly build..March 16..When I copied the contents of this folder to the installation directory and replaced the older ones...during start, msg displayed...wxmsw26u_gcc_cb.dll not found...What shall I do?
Title: Re: INSTALLING NIGHTLY BUILDS
Post by: FlyingIsFun1217 on March 17, 2007, 02:51:32 pm
Download This (http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z)

You might also need this (http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z)

FlyingIsFun1217 :)
Title: Re: INSTALLING NIGHTLY BUILDS
Post by: Biplab on March 17, 2007, 02:54:37 pm
That is actually the wxWidgets Runtime Library which you need. Download it from-

Quote
http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

Also don't forget to download MinGW Runtime if MinGW installation directory is not in PATH. Download it from-

http://prdownload.berlios.de/codeblocks/mingwm10.7z

These two dlls are required to be downloaded only once. They remain same for each nightly release (unless we switch to newer wxWidgets).

Regards,

Biplab