For some reason i cant seem to load an image. I have tried a few different ways and gone over the spelling of things to make sure its right.
To load an image i must do the following i think.
1) Create it.
2) Save it (as a recognised format, bmp will do)
3) Make sure it is in a folder that will be the same as the project folder.
4) Open DB pro
5) Type at least the following code.
Load Image "Picture.bmp" 1
6) Check spelling and capitals are the same
7) save project as (then save it in the same directory)
8) Compile (it wont do anything because i am not using the image in any way but it SHOULD compile yet all i get is a could not define parameter type at line blah blah.)
I have also used things like Sync On and Sync Rate 60 etc just to set up the screen. But i cant find anything wrong with Load Image. What on earth am i doing wrong.
I have noticed it do this on me before which i believe is a bug in DB pro as i have managed to fix it on other lines of programs like the pong program by literally deleting the line and re writing it EXACTLY as it was before. One minute it compiles the next it doesnt, re write it then it works again. But i have re wrote this line and deleted the whole project and folders and everything and started again numberous times and still cant get it to work.
Please help!