when i try to compile my project i'm given this error:
-------------- Build: Debug in project ---------------
Compiling: main.cpp
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
I searched in this forum other topics with similar problems and i found many ones, but most of these concern windows vista or other SO;
i couldn't find out a solution! I have Windows XP, Code::Blocks and MinGW compiler.
Thanks in advance!
-------------- Build: Debug in project ---------------
mingw32-g++.exe -Wall -fexceptions -g -IC:\Programmi\CodeBlocks\MinGW -c "C:\Documents and Settings\Stefano\Desktop\programmazione\project\main.cpp" -o obj\Debug\main.o
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
here it is...
mingw32-g++.exe -Wall -fexceptions -g -IC:\Programmi\CodeBlocks\MinGW -c C:\programmazione\project\main.cpp -o obj\Debug\main.o
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
if this can help...
ok, i've done it.
I set the upgraded version of MinGW, but i can't understand which executable in the "lib" folder of MinGW is the "debugger" one.. with the old versione i had "gdb.exe"... however i've fixed my code and my program has been built!! The only problem now is this: if i run it, the .exe starts and immediately stops, reporting this error:
Checking for existence: C:\programmazione\project\bin\Debug\project.exe
Executing: "C:\Programmi\CodeBlocks/cb_console_runner.exe" "C:\programmazione\project\bin\Debug\project.exe" (in C:\programmazione\project\.)
Process terminated with status -1073741571 (2 minutes, 40 seconds)
where i was wrong?