In a resource, in addition to object trees and free strings, also free images can be stored. These are single color images which are e.g. can be used etc. for mouse cursor shapes. They are rarely used, however. In the free image editor, only the image color is set. "Edit" is used to open the Image Editor.
In the program, the image can be used as follows:
BITBLK **bitblk; rsrc_gaddr(16, ImageIndex, &bitblk);
It must be noted that the function rsrc_gaddr returns a pointer to a pointer that contains the image.