Could someone please explain why i dont get a mode 1 with a prompt after this small section of code?
I get nothing, just a blank white screen with flashing curser.
Thanks
Code: Select all
ON CLOSE PROCcleanup : QUIT
ON ERROR PROCcleanup : SYS "MessageBox", @hwnd%, REPORT$, 0, 48 : QUIT
SYS "LoadLibrary", "OPENGL32.DLL" TO opengl%
MODE 1
END
**** Sorry, premature question.
I am using BBCSDL, and get No Such System Call if I omit the ON CLOSE and ON ERROR lines.
I assume a different SYS statement is needed? I am used to BB4W and am struggling to get to grips with BBCSDL