When I compile my project with a resource file, I have this message :
---------------
windres.exe -i Projet1_private.rc -I rc -o Projet1_private.res -O coff
cpp: stdout: Broken pipe
windres.exe: can't open font file `FCHAR;': No such file or directory
make.exe: *** [Projet1_private.res] Error 1
-----------
Could you help me please?
My Dev-C++ version is 4.9.7.2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From the looks of it there is something in your resource file that windres cant find. I dont know what is in there but double check that everything that needs to be compiled is it the directory that the resource is in. "windres.exe: can't open font file `FCHAR;': No such file or directory" To be more specific get whatever FCHAR was and put it in.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I compile my project with a resource file, I have this message :
---------------
windres.exe -i Projet1_private.rc -I rc -o Projet1_private.res -O coff
cpp: stdout: Broken pipe
windres.exe: can't open font file `FCHAR;': No such file or directory
make.exe: *** [Projet1_private.res] Error 1
-----------
Could you help me please?
My Dev-C++ version is 4.9.7.2
From the looks of it there is something in your resource file that windres cant find. I dont know what is in there but double check that everything that needs to be compiled is it the directory that the resource is in. "windres.exe: can't open font file `FCHAR;': No such file or directory" To be more specific get whatever FCHAR was and put it in.