The
make-resource-image-set
function is only available in LispWorks for Windows. It constructs an image set object that identifies an image stored as a bitmap resource in a DLL.
width and height are the dimensions of a single sub-image within the main image, and image-count specifies the number of sub-images in the image.
library should be a string specifying the name of the DLL.
id should be either an integer which is the resource identifier of the bitmap, or a string naming the bitmap resource.