The information in this article applies to:
SYMPTOMS
If you attempt to close a Microsoft Access Distribution Kit application by
sending a WM_CLOSE message from another application using the PostMessage()
Windows API function call, a general protection (GP) fault will occur.
will result in a GP fault when run in languages such as Microsoft Visual Basic, Microsoft Windows C, or Access Basic. RESOLUTION
Use the WM_DESTROY window message instead of the WM_CLOSE message to close
a run-time application. The following sample code demonstrates how to use
the WM_DESTROY message:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft Access Distribution Kit version 1.1. This problem no longer occurs in the Microsoft Access Developer's Toolkit version 2.0. REFERENCESMicrosoft Windows version 3.1 "Programmer's Reference," Volume 2 Additional query words: GPF ADK
Keywords : kberrmsg kbprg |
Last Reviewed: March 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |