c - How to set up handler for SSE misalignment exception? -
i using mingw on win32..
i use signal() c library allow me setup handler hardvare exceptions (like integer dib zero, illegal operation etc) seems riight not works sse misalignment exception (who not go thru handler outa him , crashes app).
how set such handler? show message box on such misalignment @ least "misaligned see acces" communicate, yet better additionel info..
how that?
Comments
Post a Comment