whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

36 Visitors Online


 
... inhibit a Floating Point Error of the TWebBrowser?
Autor: Marani Alessandro
Homepage: http://www.planet-marani.com
[ Print tip ]  

Tip Rating (8):  
     


{Die TWebBrowser Komponente hat teilweise Mühe, eingeblendete Reklamen
in diversen URL's anzuzeigen, ohne mit einem Floating Point Error sich
zu verabschieden.

Dies Beruht auf der Tatsache, dass Delphi bis in die Version 7 eine
andere Fliesskommarundung verwendet als für die IE Dll's vorgesehen sind.
Abhilfe schafft folgender Eintrag in die dpr Datei:}

{A floating point error may occurs in relation with some Banner-URLs.
It's a Delphi internal problem (up to Delphi 6 at least).
Put the next line in your *.dpr to avoid this kind of error}

Set8087CW($133F);


 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners