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?
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 :)
That is actually the wxWidgets Runtime Library which you need. Download it from-
Quotehttp://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