When I try to compile my project Windows gives me this message [windres.exe has encountered a problem and needs to close. We are sorry for the inconvenience.] .
and dev-cpp [ C:\Dev-Cpp\Makefile.win [Build Error][win2_private.res] Error -1073741819 ]. It worked fine before and it works on other computers except on mine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah,
1.)I'm using 4.9.9.2 downladed it today
2.)Happens even if I try to compile that included example project WinMenu.dev
3.)and this is my log:
Compiler: Default compiler
Building Makefile: "G:\Dev-Cpp\Examples\WinMenu\Makefile.win"
Executing make...
make.exe -f "G:\Dev-Cpp\Examples\WinMenu\Makefile.win" all
windres.exe -i WinMenu_private.rc --input-format=rc -o WinMenu_private.res -O coff
When I try to compile my project Windows gives me this message [windres.exe has encountered a problem and needs to close. We are sorry for the inconvenience.] .
and dev-cpp [ C:\Dev-Cpp\Makefile.win [Build Error] [win2_private.res] Error -1073741819 ]. It worked fine before and it works on other computers except on mine.
Could you post your "Basic 3"? See the FAQ thread in this forum if you don't know what they Basic 3 are.
Thanks!
Wayne
Yeah,
1.)I'm using 4.9.9.2 downladed it today
2.)Happens even if I try to compile that included example project WinMenu.dev
3.)and this is my log:
Compiler: Default compiler
Building Makefile: "G:\Dev-Cpp\Examples\WinMenu\Makefile.win"
Executing make...
make.exe -f "G:\Dev-Cpp\Examples\WinMenu\Makefile.win" all
windres.exe -i WinMenu_private.rc --input-format=rc -o WinMenu_private.res -O coff
make.exe: *** [WinMenu_private.res] Error -1073741819
Execution terminated
On win XP pro SP1. Sorry about that.
Can I see a compile log from a "make clean" please?
Wayne
What's that and how do i do it