Creating resource files and icon libraries
- A resource file is used mainly by software developers. It is a file containing icons, cursors, and many other types of resources which are not discussed here. Many resource compilers cannot parse PNG-compressed icons, that is why GFIE has a basic, built-in resource compiler to help programmers who would like to use these icons in their products.
- An icon library has .ICL extension and is an executable (DLL) file which contains multiple icons or cursors. You can package your icons to one file by creating an icon library of them. When e.g. creating a program shortcut, you can browse for the ICL file and select an icon from the collection for the shortcut.
To make a RES/ICL file:
- Use File | Create ICL/RES file or the startup screen to open the corresponding dialog box.
- Add files to the list by using the Add button.
- You can edit the Resource ID of all icons and cursors included, this is an identifier which is used by programmers, so you can leave it unchanged. The Resource ID cannot contain lowercase letters or accented/special characters.
- Press Compile to make the ICL/RC/RES file from the selected image files.