If you install Dev-C++ under Program Files or under another directory with spaces in the names, when you go to the directories in Compiler Options, the directories names are splitted by the spaces so I have:
C:\Program
Files\Dev-C++\bin
I changed them to the equivalent DOS name:
C:\Progra~1\Dev-C++\bin
but Dev-C++ doesn't seem to like it and when I try to compile I get an error "Unabe to find program file"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, i cant tell you about your specific issue, but i can tell you one thing: Here at home, i installed dev-cpp under c:\dev-cpp (the package with no compiler at all), and mingw at c:\mingw. I just had to set the BIN dir at dev-cpp config to c:\mingw\bin and everything is working perfect.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you install Dev-C++ under Program Files or under another directory with spaces in the names, when you go to the directories in Compiler Options, the directories names are splitted by the spaces so I have:
C:\Program
Files\Dev-C++\bin
I changed them to the equivalent DOS name:
C:\Progra~1\Dev-C++\bin
but Dev-C++ doesn't seem to like it and when I try to compile I get an error "Unabe to find program file"
Well, i cant tell you about your specific issue, but i can tell you one thing: Here at home, i installed dev-cpp under c:\dev-cpp (the package with no compiler at all), and mingw at c:\mingw. I just had to set the BIN dir at dev-cpp config to c:\mingw\bin and everything is working perfect.
I'm no help, since I let Dev put its stuff where it wanted, in c:\Dev-Cpp
Of course, I'm also no help for many other reasons.
:-)
Wayne