When I compile source files with the Dev-C++ IDE, it doesn't report compile errors.
* When I compile a source file in a project that contains errors, the IDE reports a successful compilation.
* However, when I try to run the program, Dev-C++ reports that "Project is not compiled."
* When I compile a project that has an old object file for a source file I'm updating, it uses the old one if there are errors in the new one -- without telling me.
* When I compile a source file that is *not* in a project, Dev-C++ reports all errors.
My system information:
* Windows ME (4.90.3000) operating system
* Dev-C++ 5 (v. 4.9.8.0) IDE
* MinGW GCC v. 3.2
How do I fix the problem, or find out how to fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My system information:
* Windows ME (4.90.3000) operating system
* Dev-C++ 5 (v. 4.9.8.0) IDE
* MinGW GCC v. 3.2
How do I fix the problem, or find out how to fix it?
Answer, or more a request for more information is contained over in the parallel thread of the Bloodshed forum.
Wayne