Author Topic: INSTALLING NIGHTLY BUILDS  (Read 3692 times)

Offline ANIRBAN GHOSH

  • Multiple posting newcomer
  • *
  • Posts: 19
INSTALLING NIGHTLY BUILDS
« 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?

Offline FlyingIsFun1217

  • Multiple posting newcomer
  • *
  • Posts: 45
Re: INSTALLING NIGHTLY BUILDS
« Reply #1 on: March 17, 2007, 02:51:32 pm »
Download This

You might also need this

FlyingIsFun1217 :)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: INSTALLING NIGHTLY BUILDS
« Reply #2 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
Be a part of the solution, not a part of the problem.