Subject | Re: [IBO] D3-Dialect3 invalid floating point...resolved for now... |
---|---|
Author | Jason Wharton |
Post date | 2002-06-20T01:12:28Z |
What your entire text lacks here is what particularly is the problem.
Perhaps it was in a previous message...
I think you are having troubles because Delphi 3 doesn't have INT64 support
and so I am only able to use the comp type instead, which is stored as would
an int64 but it is operated upon as if it were a float, thus some rounding
and precision problems could arise.
There just may be a bug in there for Delphi 3 that I could root out too if
you send me a sample app I'll gladly give it a look.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Perhaps it was in a previous message...
I think you are having troubles because Delphi 3 doesn't have INT64 support
and so I am only able to use the comp type instead, which is stored as would
an int64 but it is operated upon as if it were a float, thus some rounding
and precision problems could arise.
There just may be a bug in there for Delphi 3 that I could root out too if
you send me a sample app I'll gladly give it a look.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "bmckenna6" <bmckenna@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, June 19, 2002 5:24 PM
Subject: [IBO] D3-Dialect3 invalid floating point...resolved for now...
> w/D3.02, IBO4.Hd, FB/IB Dialect 3:
>
> I presume that not many will encounter my same environmental
[snip]