Im not sure of what im going to say, but might be this aswell. When a project is done, it uses its directory as the default for loading anything without a complete directory when called, For example, if you do
load image "ball.bmp",1,1
then, if you've saved the project in "c:\dbpro", then when loading that image it will add this on the begginning, resulting in trying to load the image in the following folder "c:\dbpro\ball.bmp".
However, if you state all the directory, such as...
load image "c:\images\ball"
then it won't use the projects directory.
It might be because you didn't save the project and code on the same folder the image was, and thus throwing an error.
Further on my stuff at...