Hello, I get a runtime error saying "Cant load bitmap 'button' from resources! Check .rc file." But I included the .rc file. i checked the Project1_private.rc and added #include "Project1.rc", which will automatically deleted after the next compilation.
Should I add someyhing into project option/diretories/resource directories??
For devcpp4980, you need "new" a resource file and copy your contents into that new file then save; for 4981, you must open the project options dialogue and click OK to close, that will recreate the ..._private.rc with your own rc file included.