Command Invoked by Shortcut not Crashing But by invoking Menu, it is crashing in MFC
-
Hello Friends Application is Compiled on VS2010 in WinXp and it is crashing on Win8 when ivoked by Menu not crashing by shortcuts. Isn't issue with running application on 64 bit Machine ? Reagrds Y
You are not really providing us with enough information here and I am not sure I understand the difference between launching the application from a menu versus from a shortcut. However, I think it could be because the shortcut is setting the applications startup folder to be the installation folder, whereas that is not being done when it is launched from the menu. Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty
-
Hello Friends Application is Compiled on VS2010 in WinXp and it is crashing on Win8 when ivoked by Menu not crashing by shortcuts. Isn't issue with running application on 64 bit Machine ? Reagrds Y
-
You will need to provide a lot more information than the above if you want some assistance. Try getting some debug information and show the failing code.
Use the best guess
-
I am opening a simple Dialog on Menu->SubMenu And also using keyboard Shotcut too. But, When I Click on Ok of that Dialog ,it completes its execution and then go to Dissembly. But If I do same process using Keyboard shortcut then everything is fine.
I see that I guessed completely wrong when I thought I understood what you were saying. You can disregard my answer as it obviously has nothing to do with that. Soren Madsen
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty
-
I am opening a simple Dialog on Menu->SubMenu And also using keyboard Shotcut too. But, When I Click on Ok of that Dialog ,it completes its execution and then go to Dissembly. But If I do same process using Keyboard shortcut then everything is fine.
-
You really should know by now that we cannot guess what is happening in your cpode, nor can we see your screen. Please edit your question and provide some proper technical information.
Use the best guess
-
This is the code http://www.epsitec.ch/download/mfccrash/mfccrash.zip[^] Regards Y