Stas Sergeev
Stas Sergeev
I think you can do: ``` {$ifdef something} some code {$endif} ``` I am not sure if strings are possible, but usually you can get away with ifdefs. Also of...
https://www.freepascal.org/docs-html/prog/progse5.html#x136-1370002.2 Freepascal says you can just use the defined symbol as macro. Not sure if it works in BP but worth a try.
So they say there are some TSRs that still fix it even in prot mode? I wonder what technique do they use. Maybe they intercept loading, in which case they...
Then we need to ask @skitt (author of the aforementioned text on stackexchange) what is the suggested fix for prot-mode part. In particular he notes some TSRs exist that handle...
Maybe @karcherm knows what is the recommended fix for the prot-mode part, as he is mentioned in the articlle above.
So the above article is probably inaccurate and it should say there are no TSRs to solve the prot-mode part. > most (all?) DPMI implementations return the address of the...
Of course this doesn't mean we are out of luck... This just means yet another DPMI extension, yet another hack. :( Not something I'd like to do today.
Maybe this is related to "es-latin1" layout, although if I set `$_layout="es-latin1"` it still works. So please try the following things separately: - set `$_layout="us"` - try `dosemu -X` -...
So the reporter went away.
I finally identified the problem of "missing keyboard" in some setups: https://github.com/libsdl-org/SDL/issues/13142#issuecomment-2919045907 I have done a lot of amends, but someone may still hit it.