Code: Select all
Img=CreateImage(-1,100,100)
Debug img ; returns a number
Debug IsImage(img) ; returns zero
StartDrawing(ImageOutput(Img)) ; fails / IMA
I use OpenWindowedScreen() in the executables/demo codes, so maybe this could be linked, but in a short code it doesn't cause an error.


