I had the problem:when compiling some program,the"unable to run program file" error happening.Now,I fixed the bug,if you have the same problem you can do like this(may be useful to you):
1.Tools/Compiler Option/Directories
2.Set as follows:
B: your_devcpp/bin
L: your_devcpp/lib
C: your_devcpp/include
C++: your_devcpp/include
your_devcpp/include/c++
your_devcpp/include/c++/mingw32
That's all right! Goodluck.:D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the problem:when compiling some program,the"unable to run program file" error happening.Now,I fixed the bug,if you have the same problem you can do like this(may be useful to you):
1.Tools/Compiler Option/Directories
2.Set as follows:
B: your_devcpp/bin
L: your_devcpp/lib
C: your_devcpp/include
C++: your_devcpp/include
your_devcpp/include/c++
your_devcpp/include/c++/mingw32
That's all right! Goodluck.:D