上一篇     下一篇共60篇  
 
 
 
Set8087CW(Longword($133f));  把这一行  放到 form  create 中  就 ok 了

关于delphi软件运行出现Invalid floating point operation的2012年08月10日 21:57:11

关于delphi软件运行出现Invalid floating point operation的错误的解决办法 
软件如果有webbrowser载入网页的时候经常会出现这个错误。这个错误是webbrowser3个Bug之一。 
具体行程的原因大概我也不知道。基本是如果XP系统编译的,放到vista或者V7就容易出现这个错误。具体解决的办法也是很简单的。 
查看官方的解决办法如下。 
When running floating point code, such as that found in Direct 3D, you will often get a series of floating point exceptions. Microsoft supporesses these exceptions by default, but we raise them. It is easy to turn this option off in both C++Builder and Delphi.

Here is&

...