-1
I installed Dev-Cpp 5.5.1 and it presents an error like this when I try to compile:
"Failed to execute (and the file path)".
Can someone help me with that?
I already tried version 4.9.9.2 and the same error happens.
-1
I installed Dev-Cpp 5.5.1 and it presents an error like this when I try to compile:
"Failed to execute (and the file path)".
Can someone help me with that?
I already tried version 4.9.9.2 and the same error happens.
1
You are probably using Windows 32 bits and compiling for Windows 64 bits. Even though the compiler will run in 32 bits, the created executable will not work.
Try selecting a 32bit profile in Tools >> Compiler Options. If it is not there, try the 'profile Finder' button (the two yellow plus signs). Another alternative is to try to pass -M32 to the compiler.
Browser other questions tagged c# c c++
You are not signed in. Login or sign up in order to post.
Man, Dev-Cpp is a really old project... I didn’t even think it existed anymore.
– Miguel Angelo
This happens with every code you try to compile?
– Guilherme Agostinelli
In antiquity devcpp comes right after turbo c++, get out of it. Are there still schools that use these two?...
– pepper_chico
@pepper_chico, I still use Devcpp not exactly this version, but wxDevCPP which is essentially the same IDE with Wxwidgets support.
– Mansueli