I have an SDI application Vc++6.0. I am running this application from an MDI application using ShellExecute function. When the SDI application runs it opens one ODBC dialog and if the user clicks on HELP butto, the application terminates. I checked using SPY++ and got the following reason for application termination
(SHLWAPI.DLL): 0xC00000FD: Stack Overflow.
Why is this occurring?