Two possible bugs that came to my attention:
PB/DOS 3.5 hangs when evaluating a variable (Ctrl+F4) when there is no EMS available.
I'm wondering where the internal variable pbvScrnCols gets its value from... I'm using a utility that can set a 90 column text mode, available from http://adoxa.homepage.com/tm/
The value of pbvScrnCols is still 80, but when peeking in the BIOS (somewhere in segment &H0040) the value 90 can be found. DOS itself has no problems with the 90 column mode, but PowerBasic programs act VERY weird, for example the PRINT statement. Could someone have a look at it?
-------------
Sebastian Groeneveld
mailto:[email protected][email protected]</A>
PB/DOS 3.5 hangs when evaluating a variable (Ctrl+F4) when there is no EMS available.
I'm wondering where the internal variable pbvScrnCols gets its value from... I'm using a utility that can set a 90 column text mode, available from http://adoxa.homepage.com/tm/
The value of pbvScrnCols is still 80, but when peeking in the BIOS (somewhere in segment &H0040) the value 90 can be found. DOS itself has no problems with the 90 column mode, but PowerBasic programs act VERY weird, for example the PRINT statement. Could someone have a look at it?

-------------
Sebastian Groeneveld
mailto:[email protected][email protected]</A>
Comment