Skip to main content

Net Express 3.0.14 - DSRUN error 17,920,3

  • February 15, 2013
  • 0 replies
  • 0 views

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.

Old KB# 6564

0 replies

Be the first to reply!