PRB: Extended INT 13 Doesn't Work in 16-Bit Windows-Based Apps |
Q137236
Extended INT 13 calls in a 16-bit Windows-based application do not work in Windows 95 or Windows 3.1. QuickWin versions of MS-DOS-based applications are the typical cause of this problem. The application works fine as an MS-DOS-based application under Windows 95, but after it is recompiled as a QuickWin application, it fails and possibly causes the program to quit.
The normal INT 13 calls are automatically translated from protected mode to V86 mode by the system (Biosxlat.vxd), but the extended INT 13 calls are not translated and the ROM BIOS is called with an invalid address.
Do not execute extended INT 13 calls in 16-bit Windows-based applications. 16-bit Windows applications can use DPMI to call INT 13h functions.
This behavior is by design.
Additional query words: 3.10 4.00 Windows 95 win95fest
Keywords : kb16bitonly kbKernBase _IK kbGrpDSKernBase
Issue type : kbprb
Technology : kbWinNT400xsearch kbAudDeveloper kbWin3xSearch kbSDKSearch kbWinSDKSearch kbWinSDK310 kbWinSDK400
|
Last Reviewed: December 22, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |