A few times I have heard complaints on this board about the flakyness of packaging you're game media with you're executable with darkbasic...
At first it worked fine for me.. When I copied the art to the same folder as my project file, and did not attempt to use wildcards.
Last night I tried to get darkbasic to link in a whole directory of .PNG files, and no matter what I tried, I couldn't get the wildcard's to work...
I tried every file path permutation I could think of from my db code...
c:\Program Files\foo\img1.png
c:\Progra~1\foo\img1.png
img1.png
Come to think of it, the only think I didn't try was a relative path...
..\..\..\Progra~1\foo\img1.png
Can you add a directory of media to DB?
If so, what do you pass to 'load image', the full path? The file name only? What about directory names longer than 8 characters (do you use the ~ notation)?
Has anyone got this to work?
Tony