|
From: Keith M. <kei...@us...> - 2015-03-23 08:41:37
|
On 23/03/15 01:55, chu...@co... wrote: > I then edited the ICOM (Win32/res/Application.ico) with the GreenFish > ICON editor. Recompiled and ran the app. Still the same default icon. Is your application.ico specified in a resource file, for use with your application? If so, did you also recompile that, and link the resultant object file with the application? (If not, then that's the step you are missing). > Has anyone had any luck creating a custom ICON using mingw in Win7 > (32 bit)? Yes ... mingw-get.exe uses an icon borrowed from Synaptic, (a package manager GUI, used by several GNU/Linux distributions as a wrapper for APT). You can find the source in the MinGW.org git repository: https://sourceforge.net/p/mingw/mingw-get/ci/master/tree/ https://sourceforge.net/p/mingw/mingw-get/ci/master/tree/src/guimain.rc -- Regards, Keith. |