Code::Blocks Forums
User forums => Help => Topic started by: Jose Hernan on August 18, 2015, 04:09:12 am
-
Well, hi everybody. First of all i apologise for my english, it isn´t perfect.
I dowloaded C::B and i did a couple of C programs, but then when i wanted to start again with C::B, it compiled my old programs but they didn´t worked when i touch run, or if i compiled once again they did worked, but just one time and it stop working. I dowloaded C:B once again, i try with diferents compilers but i can´t still run my old programs. If someone can help me, i would be so thankfull!
When i press F9, it says: "process returned 1977545865 (0x75def489)"
press any key to continue
C::B version :13.12
Windows 7 32bit
-
You will have to post the full build log for us to be able to help.
-
" Process returned 1980036233 <0x7604F489> execution time : 0.421s
Press any key to continue. "
-
Please follow and read this link!
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Then, post a full build log!!
Tim S.
-
Sorry Tim. Here it goes
"mingw32-gcc.exe -c "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.c" -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
mingw32-g++.exe -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Checking for existence: D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe
Executing: C:\Program Files\CodeBlocks/cb_console_runner.exe "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" (in D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios)
Process terminated with status 1980036233 (0 minute(s), 5 second(s))
"
-
If a press many times "re build" sometimes the same code works. But if i try to re build again the same code i doesn´t work again and shows me this
"mingw32-gcc.exe -c "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.c" -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
mingw32-g++.exe -o "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.o"
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Checking for existence: D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe
Executing: C:\Program Files\CodeBlocks/cb_console_runner.exe "D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios\p2 ej10.exe" (in D:\DOCUMENTOS\UNSL\Programacion 1\ejercicios)
Process terminated with status 1980036233 (0 minute(s), 1 second(s))
"
-
A wild guess based on the symptoms is your anti-virus is causing the problem.
Tim S.
-
Tim , you´re the best! :P
I just disactivated Avast and all programms now work! thank you