Issue with exceptions being caught by Win32 message dispatcher

让人想犯罪 __ 提交于 2019-12-05 16:00:29
bronekk

I think it's by design, but obviously it was not considered carefully enough. Perhaps ill-advised attempt to make some legacy application "behave".

You can override this behaviour in Windows 7 SP1; I wrote more on this in this stackoverflow answer.

I don't know how the compatibility settings affect this particular aspect, but you can choose among several compatibility modes from the Properties page of an EXE in Explorer (on W7 and Vista, at least). I seem to recall that you can also request a specific one from the manifest.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!