Well, this is puzzling. I followed the instructions for installaton of the nightly build on my WinXP system. I installed MinGW, then the nightly build plus 2 dlls in main directory as instructed. Now, when I try to compile the default console 'Hello World' program, I get this:
Compiling: main.cpp
Execution of 'mingw32-g++.exe -Wall -fexceptions -g -I"C:\Program Files\Code_blocks" -IC:\MinGW -I"C:\C++\Test1\main.cpp" -o obj\Debug\main.o' in 'C:\C++\Test1' failed.
Nothing to be done.
Then running the program gives: Process returned 0 (0x0) execution time : 0.000 s
Press any key to continue.
Any ideas what I am doing wrong???
Thanks, -Duke