Re: [fpc-devel] 3.0.4 and Windows 64

2018-10-03 Thread Ozz Nixon
Thank you for explaining. Since I am needing compatibility at the disk level (binary form)... does anyone know of a unit or some routines to read/write: Comp, Double, Extended byte for byte the same? (even if it translates to something different at run time or in the dataset). If it was for the fac

Re: [fpc-devel] 3.0.4 and Windows 64

2018-10-03 Thread Florian Klämpfl
Am 03.10.2018 um 02:28 schrieb Ozz Nixon: > Also, this part of the project is for dBase.com and Visual FoxPro > compatibility. So, I cannot go off reservation. Why > exactly is FPC WIN64 making all these changes to primitive types? Because the old x87 style fpu is deprecated for good reasons. ___