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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -

java - How can I send the data from a imput type="file" to the controller? -