c++ - Exception handling is failing when exception is thrown in windows API -


i calling windows function magsetwindowsource(windows magnifier api). reason throwing exception. want catch exception unable so. tried

__try {      magsetwindowsource()  } __except(exception_execute_handler) { } 

and showed an unhandled exception encountered during user callback message.i tried c++ exceptions flags (/eha, /ehsc, etc) in visual studio. in matter appreciated.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -