2014-10-27 15:41 GMT+01:00 Mark Cianfaglione <[email protected]>: > Hello > > I've managed to write a program that works but I'm using the default > icon theme in the application but I get a "Could not find the icon > 'image-missing-ltr' The 'hicolor' theme was not found either. > > Is there some way to distribute the icons with the application and how > is it done? > > Mark
The thing you are searching is a resource file (.rc). By it you are able to distribute in image-file icons, bitmaps, animations, etc. So please take a closer look to the windres tool, which is a resource-file compiler. For icons there is right now a limitation for 1 plane/1-bit depth image. I sent today a patch to fix that limitation, so that hicolor-bitmaps can be distributed in resource-section, too. Kai ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
