Masking floating point exceptions with Set8087CW, SetMXCSR and TWebBrowser

Assuming that you have no need for floating point exceptions to be unmasked in your application code, far and away the simplest thing to do is to mask exceptions at some point in your initialization code. The best way to do this is as so: SetExceptionMask(exAllArithmeticExceptions); This will set the 8087 control word on 32 … Read more