On 09 Jan 2014, at 00:17, [email protected] wrote: > Is there any way to get support in Free Pascal for the old six byte REAL type > that was provided by the old Borland DOS Turbo Pascal compilers?
The only support we have is a routine to convert a TP-style real to double: http://www.freepascal.org/docs-html/rtl/system/real2double.html Jonas _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
