I want to implement rc-files in my project. But if i compile i get the following error-message:
windres.exe -i Projekt2_private.rc -I rc -o Projekt2_private.res -O coff
windres.exe: no resources
I work with DevC++ 4.9.7.3. Is there something to intend by using resource-files?
It is easy to test. If you make a new "Window Application" project and choose an icon in the project options you get this error-message by compiling.
greetings SWOD
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to implement rc-files in my project. But if i compile i get the following error-message:
windres.exe -i Projekt2_private.rc -I rc -o Projekt2_private.res -O coff
windres.exe: no resources
I work with DevC++ 4.9.7.3. Is there something to intend by using resource-files?
It is easy to test. If you make a new "Window Application" project and choose an icon in the project options you get this error-message by compiling.
greetings SWOD