Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser

Group Information

  • Members: 2926
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Re: [delphi-webbrowser] Problem with EmbeddedWb   Message List  
Reply Message #1668 of 10285 |
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,






Mon Apr 17, 2000 9:40 am

alexei@...
Send Email Send Email

Message #1668 of 10285 |
Expand Messages Author Sort by Date

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...
Alexei Reatov
alexei@... Send Email
Apr 17, 2000
10:22 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help