Set8087CW($133f) disables FP exceptions which Delphi runtime has enabled
during initialization. That may be Ok for Delphi, but for some other code
inside you WB this may be quite unexpected, since IE keeps these exceptions
disabled. In particular, if you have some JavaScript inside which happen to
get a "divide by 0" situation or even tries to convert an empty string to a
number, this would cause a crash.
;-) Alexei
----- Original Message -----
From: Marc Budie <marc.budie@...>
To: <delphi-webbrowser@egroups.com>
Sent: Saturday, April 15, 2000 4:20 AM
Subject: Re: [delphi-webbrowser] Problem with EmbeddedWb
Ian,
I agree, when I try this in a stripped browser without any features it
works. However, if I try it in a browser that implements a lot of other
features, I run into the same error again. Do you know what is causing the
problem that should be "solved" by using Set8087CW($133f) ???
Best regards,