Re: [fpc-pascal] Re: differences between .pp and .pas files

2013-02-26 Thread Graeme Geldenhuys
On 2013-02-25 23:51, Joao Morais wrote: > > find -type f -executable I know that, but I use Midnight Commander for all my file management needs. 99% of the times it is much easier to enter my search criteria in MC - executables being the exception (or I haven't figured out how to do it yet in MC)

[fpc-pascal] Faster way of doing this?

2013-02-26 Thread Reinier Olislagers
I've been looking at adding some support for bilevel (black & white) TIFF images. I seem to have something working for uncompressed images, but I'm almost sure that this: procedure TFPReaderTiff.ReadImgValue(BitCount: Word; var Run: Pointer; x: dword; Predictor: word; var LastValue: word; out Va

Re: [fpc-pascal] Re: differences between .pp and .pas files

2013-02-26 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 2013-02-25 23:51, Joao Morais wrote: find -type f -executable I know that, but I use Midnight Commander for all my file management needs. 99% of the times it is much easier to enter my search criteria in MC - executables being the exception (or I haven't figured out

Re: [fpc-pascal] Re: differences between .pp and .pas files

2013-02-26 Thread Graeme Geldenhuys
On 2013-02-26 10:43, Mark Morgan Lloyd wrote: > > It's a bit incredible that MC can't do this, since it was pretty much > written for unix. Its probably possible, I just don't know how. My knowledge of MC only scratches the surface of what MC can actually do. ...few minutes later... I did some

Re: [fpc-pascal] Cross-compiler installation

2013-02-26 Thread silvioprog
Em 22/02/2013 14:18, "Sven Barth" escreveu: > On 22.02.2013 16:15, silvioprog wrote: > >> 2013/2/22 Sven Barth > > >> >> You are not the only one: >> >> http://bugs.freepascal.org/__**view.php?id=23931

[fpc-pascal] Patch that adds 1 bit TIFF support was: Faster way of doing this?

2013-02-26 Thread Reinier Olislagers
On 26-2-2013 11:37, Reinier Olislagers wrote: > I've been looking at adding some support for bilevel (black & white) > TIFF images. > can be rewritten so it is faster. > > Any suggestions? Any kind soul who wants to earn eternal glory by adding 1 bit support for TIFF? http://bugs.freepascal.org/

[fpc-pascal] Free Pascal 2.6.2 - 64 - setup

2013-02-26 Thread silvioprog
Hello, There are a setup to install FPC 2.6.2 stable 64 bit? In SF ( http://sourceforge.net/projects/freepascal/files) have only 32. Thanks. -- Silvio Clécio My public projects - github.com/silvioprog ___ fpc-pascal maillist - fpc-pascal@lists.freep

Re: [fpc-pascal] Free Pascal 2.6.2 - 64 - setup

2013-02-26 Thread Gabor Boros
2013.02.26. 15:20 keltezéssel, silvioprog írta: Hello, There are a setup to install FPC 2.6.2 stable 64 bit? In SF (http://sourceforge.net/projects/freepascal/files) have only 32. Thanks. -- Silvio Clécio My public projects - github.com/silvioprog http://sourc

Re: [fpc-pascal] Regression? Problem passing a packed record to a overriden, virtual, abstract method in fpc 2.7.1.

2013-02-26 Thread Reimar Grabowski
On Tue, 26 Feb 2013 08:58:58 +0100 Mattias Gaertner wrote: > Please submit a bug report. Done. http://mantis.freepascal.org/view.php?id=23962 R. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/f

[fpc-pascal] pascal compiler for ardurino

2013-02-26 Thread ik
Hello, Is there a Pascal compiler for Ardurino (instead of the existed build in language or C) ? Thanks, Ido ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] pascal compiler for ardurino

2013-02-26 Thread Ralf A. Quint
At 11:07 AM 2/26/2013, ik wrote: Hello, Is there a Pascal compiler for Ardurino (instead of the existed build in language or C) ? Don't know anything Arduino specific (their forums seem to be overrun by C language nazis), but for the AVR micro controllers in general I know of 3 commercial pr

Re: [fpc-pascal] pascal compiler for ardurino

2013-02-26 Thread ik
On Tue, Feb 26, 2013 at 9:49 PM, Ralf A. Quint wrote: > At 11:07 AM 2/26/2013, ik wrote: >> >> Hello, >> >> Is there a Pascal compiler for Ardurino (instead of the existed build >> in language or C) ? > > > Don't know anything Arduino specific (their forums seem to be overrun by C > language nazis

Re: [fpc-pascal] pascal compiler for ardurino

2013-02-26 Thread Sven Barth
Am 26.02.2013 20:08 schrieb "ik" : > > Hello, > > Is there a Pascal compiler for Ardurino (instead of the existed build > in language or C) ? FPC has an AVR target (the processor the Arduino is based on), but I don't know its state... (AFAIK its non working though :( ) Regards, Sven _

Re: [fpc-pascal] pascal compiler for ardurino

2013-02-26 Thread Ralf A. Quint
At 10:27 PM 2/26/2013, Sven Barth wrote: Am 26.02.2013 20:08 schrieb "ik" <ido...@gmail.com>: > > Hello, > > Is there a Pascal compiler for Ardurino (instead of the existed build > in language or C) ? FPC has an AVR target (the processor the Arduino is based on), but I

[fpc-pascal] Re: Patch that adds 1 bit TIFF support was: Faster way of doing this?

2013-02-26 Thread Reinier Olislagers
On 26-2-2013 15:02, Reinier Olislagers wrote: > Any kind soul who wants to earn eternal glory by adding 1 bit support > for TIFF? > http://bugs.freepascal.org/view.php?id=23959 Mattias, Thanks a lot for the quick commit! Regards, Reinier ___ fpc-pascal