News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The required files

Started by AntonioCS, November 03, 2007, 08:21:50 PM

Previous topic - Next topic

AntonioCS

Hey!

I placed the path to mingwm10.dll and wxmsw28u_gcc_cb.dll in the PATH variable but every time I try to start codeblocks it gives me an error saying that wxmsw28u_gcc_cb.dll is missing. The only way to do this is to copy mingwm10.dll and wxmsw28u_gcc_cb.dll but there is a problem with this as there are new builds every other day, so copying these dll's to the new build would be a bad thing :(

Anyone with any ideas?

Jenna

Try to put them in the "system32"-subdirectory from your windows system folder. Normally "\windows" or "\winnt".

AntonioCS

Thanks, that worked. But it's strange not working the way I had it because I did place the path to the dll's in the PATH variable :(

stahta01

Quote from: AntonioCS on November 03, 2007, 11:10:31 PM
Thanks, that worked. But it's strange not working the way I had it because I did place the path to the dll's in the PATH variable :(

The program(s), minGW GCC and Code::Blocks, might not like spaces or special characters in the path to the files. Normally, system32 subdirectory does not have either.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

Quote from: stahta01 on November 04, 2007, 04:58:42 AM
Quote from: AntonioCS on November 03, 2007, 11:10:31 PM
Thanks, that worked. But it's strange not working the way I had it because I did place the path to the dll's in the PATH variable :(

The program(s), minGW GCC and Code::Blocks, might not like spaces or special characters in the path to the files. Normally, system32 subdirectory does not have either.

Tim S
And the most user-dirs on Win contain spaces, because they are subdirectories of "Documents and Settings" or the libs are in the program subdir and on english systems it is called "Program Files".
So "system32" is a good choice in the most cases.