vote up 0 vote down star

A vendor has developed an ActiveX control in Microsoft C++. The ActiveX worked fine when they were using the 16bit version of the compiler. The control does not work when compiled using the 32bit version within the Delphi2007/D7 environments. If you drop a control on a form and run it throws an "Floating Point Error".

It is a Delphi issue. We are able to use the ActiveX in other applications.

Anyone ever have a similar problem or have a solution for this?

flag

53% accept rate
Thanks - I am checking out this setting. Will let you know if I can get it to work. – M Schenkel Apr 20 at 2:37

1 Answer

vote up 4 vote down

Sounds like an FPU problem - check out Set8087CW in Delphi's help file.

link|flag
Absolutely agree. Same thing happens with Quicktime ActiveX control. – GuyWithDogs Apr 17 at 16:43
Thank you both for your answers. Turns this was the solution. For what it is worth, the ActiveX was by a company called Pictometry. This is a highly graphical software product. – M Schenkel Apr 25 at 2:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.