Ok its been a long long long time I used DBPro but now I returned since Im in mood to write some new little game. Before I gave up using DBPro because it was really buggy and I never knew if it was my fault or DBPro's fault when a program didnt work.
Now I installed DBPro again and updated to the lates version which as far as I know is 6.6
I also updated the editor to latest version.
Now I wanted to start really simple...and check out things to get used to DBPro again...
set display mode 1024,768,32
sync on
sync rate 25
REM LOADING ALL IMAGES
load image "gfx/mainchar.png",1,1
sprite 1,1024/2,768/2,1
do
sync
loop
well yeah as you can see this code is really small and was just for testing purposes. Now it gives me the error that the image could not be loaded.
I thought it might be because of a typo...but checked and it was not
I thought it might be because of the PNG format...changed to bmp, tga and whatever...it was not
I thought it might be because of the folder specified in filename "gfx/..." so I put it in the main folder...it was not
I really dont know whats wrong here and I feel a little bit stupid not being able to load a simple image since I wrote full applications with DBPro already long time ago...or is this a DBPro bug again?
Thanks in advance...
Ben