Opening C:\MinGW\CodeBlocks\Projects\winapi\winapi.cbp: done
As you can see, no spaces in that project name. I still get:
-------------- Build: Debug in winapi ---------------
windres.exe -i C:\MinGW\CODEBL~1\Projects\winapi\dialogrc.rc -J rc -o obj\Debug\dialogrc.res -O coff -IC:\MinGW\include
windres.exe: no resources
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings
Windows XP SP2, August 16th release. It just started doing this. I updated MinGW, too.
Try using a different version of windres.
windres --version
Note, I use GNU windres 2.17.50 20060824
windres is part of binutils
Tim S
My version:
C:\MinGW\bin>windres.exe --version
GNU windres 2.17.50 20060824
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
I also used:
C:\MinGW\bin>windres.exe --version
GNU windres 2.16.91 20060119
Copyright 2005 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
Same error for both versions.