Re: [fpc-pascal] FileAge deprecated in Delphi, but not in FPC

2017-07-11 Thread Michael Van Canneyt
On Tue, 11 Jul 2017, Graeme Geldenhuys wrote: Hi, As past discussions showed, Free Pascal tries to be Delphi compatible regarding the RTL. I noticed that Delphi's FileAge() function [the one with a single parameter) has been deprecated in Delphi XE (circa 2010) onwards - might even have

[fpc-pascal] FileAge deprecated in Delphi, but not in FPC

2017-07-11 Thread Graeme Geldenhuys
Hi, As past discussions showed, Free Pascal tries to be Delphi compatible regarding the RTL. I noticed that Delphi's FileAge() function [the one with a single parameter) has been deprecated in Delphi XE (circa 2010) onwards - might even have been earlier.

Re: [fpc-pascal] Super Large Integer Math Calculations (fwd)

2017-07-11 Thread Michael Van Canneyt
On Tue, 11 Jul 2017, nore...@z505.com wrote: On 2017-07-09 04:36, Michael Van Canneyt wrote: Forwarded at request of fra...@rhost.it: On Fri, 7 Jul 2017, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken

Re: [fpc-pascal] Food for thought - language string improvement

2017-07-11 Thread noreply
On 2017-07-08 08:29, Ched wrote: Is this acceptable ? 'SELECT Customers.CustomerName, Orders.OrderID' + 'FROM Customers' + 'FULL OUTER JOIN Orders' + 'ON Customers.CustomerID = Orders.CustomerID' + 'ORDER BY Customers.CustomerName;' I think that one have to insert space at some loactions:

Re: [fpc-pascal] Super Large Integer Math Calculations

2017-07-11 Thread noreply
On 2017-07-07 17:08, Bart wrote: On 7/7/17, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken down into peices the way a human does it on paper, and then theoretically any number can be added and