I'm using the new 5.00.1 version of Pelles C (32-bit) on XP SP2, and I'm experiencing some minor (but still very annoying) issues with icons and the resource editor.
I create a new resource, then a new icon and make a nice icon in the built-in icon-editor. Saves the icon ("icon.ico"), chooses a good ID for my icon (ID_ICON) and saves the resource to for example "resource.rc" and then the header ("resource.h") for the ID, compiles my program and then...
The resource still looks for the default name "res1.ico" such that the .rc-file is looking something like this:
...
ID_ICON ICON "res1.ico"
Which means that I have to edit the .rc-file by hand (notepad), for it to work.