Re: [fpc-pascal] OS/2 support and text colors

2017-07-23 Thread noreply
On 2017-07-20 05:00, Graeme Geldenhuys wrote: Hi, Not strictly FPC related, but I know here are some OS/2 software developers around - and I have no idea where else to ask. Isn't OS/2 from pre-win95 days and is very risky to support since it's dead? Related: "OS/2: Blue Lion to be the

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

2017-07-23 Thread noreply
Here is another utility for really large numbers: https://github.com/graemeg/freepascal/tree/master/packages/gmp GMP (multi precision) bindings for fpc This has been around for quite a while and should be well known - I either forgot about it, or memory faded, or it didn't register in my

[fpc-pascal] New tool sspell for pascal programmers

2017-07-23 Thread Darius Blaszyk
Hi all, I've just finished working on a tool called sspell (stands for source code spell checker) for a project of mine. This tool extracts text from comments and string literals in source code files and checks them for spelling. Very useful in my case when you have a lot of resourcestrings,

Re: [fpc-pascal] Static local variables available?

2017-07-23 Thread noreply
On 2017-07-21 07:16, Sven Barth via fpc-pascal wrote: Am 21.07.2017 10:44 schrieb "Santiago A." : El 20/07/2017 a las 15:50, Sven Barth via fpc-pascal escribió: Am 20.07.2017 13:01 schrieb "Bo Berglund" : > > On Thu, 20 Jul 2017 11:11:50 +0200,