[EMAIL PROTECTED] wrote: [] > ICON_STANDARD ICON "icons\default 256 transparent standard.ico" > ICON_SHADOW ICON "icons\default 256 transparent shade.ico" > ICON_SETUP ICON "icons\setup 256 transparent.ico" [] > I have tried to change the order of the lines, to put my preferred > icon first, but the result is the same. > The compiler still chooses the 'setup' icon as default icon for my > EXE. Any ideas or links to a good web site about RC files and BRCC32 > compiler?
Perhaps it chooses the first in alphabetical order? You still have an icon inserted by Delphi named "MAINICON" in the .exe as well by any chance? You could use the Resource Explorer to check. Cheers, David _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

