Microsoft KB Archive/105756

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 08:57, 20 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Debugging Universal Thunks

Q105756



The information in this article applies to:


  • Microsoft Win32s versions 1.0, 1.1, 1.2





SUMMARY

The general recommendation for an application targeted for Win32s is to debug it under Windows NT, then make sure that the application works under Win32s. However, Universal Thunks are not supported on Windows NT, so it is not possible to debug Win32-based applications that use the Universal Thunk in this manner.

To debug across the Universal Thunk, you can use WDEB386, which is available with the Windows 3.1 Software Development Kit (SDK). If you are not familiar with WDEB386, you may find it simpler to use other methods. In that case, be sure to install the debug version of Windows 3.1 and the debug version of Win32s and enable suitable notifications for Win32s (unimplemented functions and messages, verbose, and so forth). You may find OutputDebugString() useful for displaying extra information.

For more information on WDEB386, please see the Knowledge Base article "Tips On Installing WDEB386." For information on installing the debug version of Windows, please see your Windows SDK documentation.

Additional query words: 1.00 1.10 1.20

Keywords :
Issue type :
Technology : kbWin32sSearch kbWin32s100 kbWin32s110 kbWin32s120


Last Reviewed: January 12, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.