On Fri, 8 Apr 2011, Peter Urbanec wrote: [...]
So, I had a quick look at the wine source and found a comment in dlls/msvcrt/cppexcept.c that says:
/* CxxFrameHandler is not supported on non-i386 */
I don't think that this is quite right, given that Microsoft's MFC80.DLL attempts to call __CxxFrameHandler. Is it more likely that wine only provides an i386 implementation?
I read this comment as: Wine does not support CxxFrameHandler on non-i386. This seems to match what you think happens.