how to throw unhanded exceptions from flash active x controller callback

给你一囗甜甜゛ 提交于 2019-12-11 14:43:23

问题


i have written a application for improve the software quality used the Crashrpt api for windows. i have tried to integrate the api with My application.Basically i m using flash Active x shockwave object class for Loading swf file. if any exception is raised from WinApp its throwing the exceptions able to catch the report.if any kind of Exception is reised in flash call back method.its not able to process and not able to thrown the exception.i tried with ::SetUnhandledExceptionFilter(OurCrashHandler) ,_set_se_translator(SeTranslator);all mechanisms but i didn't succeeded. and i have describe the more information in following link


enter link description here

in the above link i have uploaded the code and sample test case png also.

please provide the solution for this as soon as possible,

来源:https://stackoverflow.com/questions/20741603/how-to-throw-unhanded-exceptions-from-flash-active-x-controller-callback

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