How To Debug a Print Driver with 32-bit Application

Last reviewed: March 11, 1997
Article ID: Q141162
4.00 WINDOWS 95 kbprint kbhowto

This information applies to:

  • Microsoft Windows 95 Device Driver Kit (DDK).

SUMMARY

To debug a print driver with a 32-bit application such as Write or Notepad, you have to use the Kernel debugger (WDEB386.EXE) shipped with Microsoft WIN32 SDK.

MORE INFORMATION

Windows 95 printer drivers are 16-bit DLLs. However, most of the applications shipped with the Windows 95 operating system are 32-bit. Codeview for Windows is not capable of loading a 32-bit application. However, you can use Codeview for Windows to debug the print driver along with a 16-bit application. For more information on how to use and set up Codeview or Kernel Debugger, please refer to the documentation available in the Windows SDK.


KBCategory: kbprint kbhowto
KBSubcategory: DDKPRNT
Additional reference words: 4.00 debugging print driver
Keywords : DDKPRNT kbhowto kbprint
Version : 4.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.