PRB: Crash Double-Clicking File in Open or Save Common DialogLast reviewed: July 23, 1997Article ID: Q87536 |
3.10
WINDOWS
kbprg kbprb
The information in this article applies to:
SYMPTOMSIn an application developed for the Microsoft Windows environment with the Open or Save common dialog box, when the user double-clicks a filename in the dialog box, the application crashes. However, when the user selects a filename and chooses the OK button, the operation succeeds.
CAUSEBecause the amount of space reserved for the application's stack is insufficient, the application overwrites part of its data segment when calling GetOpenFileName() or GetSaveFileName().
RESOLUTIONModify the application's module definition (.DEF) file to specify at least 8192 bytes for the stack.
|
Additional reference words: 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |