Menu

CLGDI_GCC32

2003-02-04
2012-09-26
  • Mitchell E. Timin

    We are getting close!  The dummy application almost compiled.  I used Vupdate, first to upgrade to 4.9.7.4.  Then to get the CLGDI_GCC32 package, and install it.  Finally I made a project of type other.  This made a small main.cpp file, which begins with "include winbgim.h".  I saved it and then hit "compile".  It got all the way through the compiler but hung up trying to build Makefile.win.
    The error message is "[Build Error} No rule to make targe 'grafProj0.rc' ......
    grafProj0 is the project name.
    How can I proceed?
    Thanks
    m

     
    • Anonymous

      Anonymous - 2003-02-04

      I encountered a similar problem after upgrading Dev-C++. It seems to be expecting a resource file in a project for which there are no resources. It happened to me with a simple console app that contained nothing but the sample template code.

      I re-created the project from scratch and the problem went away!??

      Clifford.

       
    • Anonymous

      Anonymous - 2003-02-05

      I have encountered this problem again. I have a workaround.

      I closed down the project, opened the .dev file in a text editor, and changed the line

      PrivateResource=PrivateProject1.rc

      to

      PrivateResource=

      And then re-opend the project.

      This solved the problem, but subsequently changing the project options caused the offending entry to re-appear.

      A bug with th elatest Dev-C++ I think.

       
    • Anonymous

      Anonymous - 2003-02-05

      I have submitted a bug report

      Clifford.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.