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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-02-05
I have submitted a bug report
Clifford.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
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.
I have submitted a bug report
Clifford.