Mega Code Archive

 
Categories / Delphi / LAN Web TCP
 

Inhibit a Floating Point Error of the TWebBrowser

Title: inhibit a Floating Point Error of the TWebBrowser? {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);