|
Article ID: Q700001 The information in this article applies to:
SUMMARYIf a console application is switched from fullscreen to windowed mode, all I/O port access is disabled. MORE INFORMATIONThis is because in fullscreen DOS mode, Windows NT turns on I/O access to allow direct access to a subset of the VGA regs. But when fullscreen mode is exited, it blindly removes the I/O access for that VDM. It doesn't "remember" that the I/O access was enabled before it went to fullscreen mode. Note that it does not affect other processes for which I/O access is enabled. I guess when they were writing the VIDEOPRT.SYS driver they figured that no one else would be messing with the IOPM offset, so there was no reason to remember its state.Steps to reproduce problem
WORKAROUNDThis workaround enables you to control the display mode of 16bit console mode applications.
Each time you start the application through this shortcut the program comes up in windowed mode and cannot be switched inadvertantly into fullscreen mode. STATUSThis bug has been fixed in Direct I/O version 4.2. |
|