Menu

Compile errors not listed in Dev-C++ IDE

2005-05-30
2012-09-26
  • The Solo Wanderer

    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?

     
    • Wayne Keen

      Wayne Keen - 2005-05-31

      Answer, or more a request for more information is contained over in the parallel thread of the Bloodshed forum.

      Wayne

       

Log in to post a comment.