Problem:
DSRUN error 17,920,3 -- The bitmap '12345678.bmp'could not be found
Resolution:
It seems in 32bit, a byte should be allocated for the null character I.E.: if the filename with the dot and extension is 12 bytes, then the field to contain this filename should be 13 bytes. Otherwise, the DSRUN error 17,920,3 will occur (e.g. The bitmap '12345678.bmp' could
not be found.) Therefore, make sure the field that contains the bitmap file names is one byte
bigger than the actual size of the bitmap filename including its dot
and extension.
