本文介绍了在C中的Windows-DLL写入中捕获异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
问候!
我已经将一个C模块从linux共享对象移植到Windows DLL。
一切正常但除此之外信号捕获我正在使用linux-c显然无法在Windows DLL中工作。
我尝试过SetUnhandledExceptionFilter()但这在DLL中也不起作用。
任何提示?
解决方案
Greetings!
I've ported a C-module from linux shared object to windows DLL.
All works fine except that signal trapping I'm using with linux-c apparently does not work in a windows DLL.
I tried SetUnhandledExceptionFilter() but this also does not work within a DLL.
Any hints?
解决方案
这篇关于在C中的Windows-DLL写入中捕获异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!