[DUG] Floating Point Overflow
Jeremy Coulter
jscoulter at gmail.com
Tue Jan 20 12:04:33 NZDT 2009
What happens if you create the Active Control using late binding, then step
thru the code to see if its the activex or your code thats throwing the
error?
i.e
myObj:=CreateOLEObject(my-active-x-control);
myObj.do something;
myObj:=unassigned;
Just put the code on a button changing where needed, and then put a
breakpoint on the create, and step thru. If the Activex control is at fault,
then it should fail on the unssigned bit I suspect.
Jeremy
On Sun, Jan 18, 2009 at 6:07 PM, Marshland Engineering <
marshland at marshland.co.nz> wrote:
> I have tried this program 3 times now with the same results.
>
> I have a few calls from and Analog to Digital Data unit using their
> ActiveX Controls but once I add a graph (ChartFX) and close Delphi4, when I
> reopen the project I get
>
> *Error Creating form :Floating Point Overflow *
> **
> I can run the program, all is there but I cannot get to view the main form.
> F12 does nothing. Any Suggestions ?
>
> I have since reloaded Delphi and reinstalled the ActiveX control but no
> difference !!!.
>
> Thanks Wallace
> **
> **
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
> unsubscribe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20090120/9c52f97c/attachment.html
More information about the Delphi
mailing list