In MS Windows 10,
it's impossible to open a second graphic window with openw 2. The same command (openw 2) terminate with the same error even in case of a one command program:
openw 2
end
ERROR at line 0: Window does not exist
In this latter case, windows 2 opens, then the program crash with the error.
Please help
Antonio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-10-03
Known problem in SDL 1.2. If you want to be portable to Android, avoid multiple graphics windows, and avoid console text because it can clobber the graphics.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hm, OK. I am open for suggestions how to fix this. In most cases SDL is only used with one single screen or window. (linux does not have this problem, because SDL is not used there, instead direct calls to X.org are made, and so you can open and manage multiple windows.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In MS Windows 10,
it's impossible to open a second graphic window with openw 2. The same command (openw 2) terminate with the same error even in case of a one command program:
openw 2
end
ERROR at line 0: Window does not exist
In this latter case, windows 2 opens, then the program crash with the error.
Please help
Antonio
Known problem in SDL 1.2. If you want to be portable to Android, avoid multiple graphics windows, and avoid console text because it can clobber the graphics.
Hm, OK. I am open for suggestions how to fix this. In most cases SDL is only used with one single screen or window. (linux does not have this problem, because SDL is not used there, instead direct calls to X.org are made, and so you can open and manage multiple windows.)