Hotkeys working in Debug build but not working in Release build
-
I'm using some hotkeys (which are there in the accelerator table). The hotkeys are working fine when I build and run the exe in Debug mode, but If I try the Release exe, the application just crashes by by giving a runtime error and saying that 'The instruction at"0x77de6439" referenced memory at "0x0036ad38". The memory could not be "read".' Is it that I need to do something special to make the accelerator table available to the Release exe? or something else which I may have missed?
-
I'm using some hotkeys (which are there in the accelerator table). The hotkeys are working fine when I build and run the exe in Debug mode, but If I try the Release exe, the application just crashes by by giving a runtime error and saying that 'The instruction at"0x77de6439" referenced memory at "0x0036ad38". The memory could not be "read".' Is it that I need to do something special to make the accelerator table available to the Release exe? or something else which I may have missed?
-
Have you done a complete rebuild? It's the only think I can think of. "If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
Yes, I've done the complete rebuild many times and still getting the same error. Thanx, anyway, for your time.
-
I'm using some hotkeys (which are there in the accelerator table). The hotkeys are working fine when I build and run the exe in Debug mode, but If I try the Release exe, the application just crashes by by giving a runtime error and saying that 'The instruction at"0x77de6439" referenced memory at "0x0036ad38". The memory could not be "read".' Is it that I need to do something special to make the accelerator table available to the Release exe? or something else which I may have missed?
Surviving the Release Version[^] Stability. What an interesting concept. -- Chris Maunder