You can add an icon using a resource editor, or compile it in directly by using rc and then linking the .o rc makes (it might need a specific command line option to make an .o) into the exectuable.
On Wed, Mar 19, 2008 at 5:47 PM, Frank Eory <[EMAIL PROTECTED]> wrote: > Hello, > For a windows FLTK application, how do I change the icon of the compiled > .exe file itself? I am using MS Visual C++ express. (Actually, I am running > nmake with the makefile) I tried using Exe Icon Changer 5.X from softpedia, > and it does not work. Advice greatly appreciated. > Frank > _______________________________________________ > fltk mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

