I am trying to read a raw Paradox database file and am having trouble on the
field data type 6 (double-precision floating-point). I can convert the
positive values, it is the format for negative values I am having trouble
with.
For example how would I convert the value -.875 (which is stored in the
database file as 40 13 FF FF FF FF FF FF) to the standard IEEE
floating-point double used by ANSI C?
Thanks in advance,
Matthias
What programming language are you trying to read the file with ?
RW
"Robert Wiltshire" <rwil...@aol.com> wrote in message
news:3a650071@cnews...