Anyone know why my windres (fpc 2.1.5) responds with the following:
cpp: Invalid option `-remap'
C:\lazarus\fpc\2.1.5\bin\i386-win32\windres.exe: no resources
my resource file is:
MAINICON ICON "C:/Nelson/Dev/Lazarus/Plantio/shovel.ico"
The file do exists, and I have tried inverting the slashes to '\'.
Also, there is already any means of changing the Application icon which is compatible with all platforms ? (I already read about the window´s {$r *.res} thing).
Nelson