Re[2]: [fpc-pascal] Turbo Pascal/legacy data file issue.

2005-09-21 Thread Ivan Shikhalev
> The 6 byte real isn't supported by fpc because it isn't handled by the > fpu and thus deadly slow. For maybe 12 years, every new PC has an fpu. AFAIK, FPC 2.0 supports the Real48 type... Isn't it? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal

Re: [fpc-pascal] Turbo Pascal/legacy data file issue.

2005-09-19 Thread Florian Klaempfl
Lowell C. Savage wrote: > Has anyone come up with a set of routines for converting between Turbo > Pascal's 6-byte "real" format and FPC's real number format? http://www.freepascal.org/docs-html/rtl/system/real2double.html > > I am trying to use FPC to update a legacy TP 5.5 program. I've got

[fpc-pascal] Turbo Pascal/legacy data file issue.

2005-09-19 Thread Lowell C. Savage
Has anyone come up with a set of routines for converting between Turbo Pascal's 6-byte "real" format and FPC's real number format? I am trying to use FPC to update a legacy TP 5.5 program. I've got most of the "major" issues solved and am now finding that I'm having trouble reading legacy dat