09-20-2011, 06:34 AM
Error 10 is when fails to add main icon, which is specified in Make Exe dialog. Maybe the icon does not exist.
When fails to add icon or other image because of duplicate resource id, error would be like this:
icons, bmp and jpg are stored as different resource types therefore can have same id.
But not all file types are stored as different resource types. Look in table in help -> Make Exe -> Resources.
When fails to add icon or other image because of duplicate resource id, error would be like this:
Resource id 200 already used for another file
Cannot make exe. Error 13, failed to add image files.
Quote:Also, if there are multiple references to the same bmp or jpg or icon file, do they have to have different resource id numbers?
icons, bmp and jpg are stored as different resource types therefore can have same id.
But not all file types are stored as different resource types. Look in table in help -> Make Exe -> Resources.