On 11/09/15 12:36, Martin Storsjo wrote:
+@ cdecl _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl _seh_filter_exe(long ptr) __CppXcptFilter
_seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
You also need to copy -arch=i386,x86_64,arm parameter. Otherwise you break compilation for other architectures because __CppXcptFilter is not defined there.
Thanks, Piotr
On Mon, 9 Nov 2015, Piotr Caban wrote:
On 11/09/15 12:36, Martin Storsjo wrote:
+@ cdecl _seh_filter_dll(long ptr) __CppXcptFilter +@ cdecl _seh_filter_exe(long ptr) __CppXcptFilter
_seh_filter_dll should behave like __CppXcptFilter and _seh_filter_exe like _XcptFilter.
Ah, here's the sentence I missed previously - sorry.
// Martin