Hello all!

I've been using the old (possibly ancient

) RC2 of Code::Blocks for some time now. I'm only learning C++ as a bit of a hobby, but from my experience C::B is excellent. Before using it, I tried MS VC++ .NET, which I didn't get on with.
However, today I decided to update both Code::Blocks (to the 4300 Build) and the MinGW compiler.
First off, I completey (as far as I'm aware) removed the old versions of both of these. I then dowloaded the 5.1.3 installer for MinGW and proceeded to install, which
seemed to go fine.
I then decompressed the CB package, extracted the Wx dll, and tried to start up.
I got an error informing me that the MinGw.... dll was missing, which was a little puzzling, as I believe that should only be necessary if MinGW is
not installed?
I tried it with the mingw dll, and it opened up fine. However, trying to compile even a simple test brings up the following error:
Compiling: C:\Documents and Settings\Phils\Desktop\test.cpp
Execution of 'mingw32-g++.exe -IC:\MinGW\include -c "C:\Documents and Settings\Phils\Desktop\test.cpp" -o "C:\Documents and Settings\Phils\Desktop\test.o"' in 'C:\Documents and Settings\Phils\Desktop\CodeBlocks' failed.
Nothing to be done.
I tried removing both CB and MinGW, to no avail.
Any suggestions as to what be my problem (and, more importantly, what can be done to get around it)?
Cheers,
Phil Glass