[fpc-pascal] [ANN] Beyond Compare 3.2 public beta is available

2010-06-29 Thread Graeme Geldenhuys
Hi, I just noticed that the Beyond Compare 3.2 public beta is available. BC is probably the best file/folder comparison tool out there. The v3.x version is available for Windows and Linux. It can compare data files, Linux packages (.rpm, deb, tar.gz, tar.bz), images, source code, binary .dfm

Re: [fpc-pascal] [ANN] Beyond Compare 3.2 public beta is available

2010-06-29 Thread Bihar Anwar
Thanks Graeme, please keep inform us about anything special to FPC/Lazarus users. :-) - Original Message From: Graeme Geldenhuys graemeg.li...@gmail.com To: Other FPC related discussions. fpc-ot...@lists.freepascal.org; Lazarus mailing list laza...@lists.lazarus.freepascal.org;

Re: [fpc-pascal] Static Initialisation of Arrays

2010-06-29 Thread Jürgen Hestermann
spir schrieb: Sure, but this is just a matter of convention and support by a given compiler: typeIntegers = array of Integer; var ints : Integers = [1,2,3]; could work as expected by automatically sizing, allocating and initialising. How else could work languages that have an

Re: [fpc-pascal] Static Initialisation of Arrays

2010-06-29 Thread Vinzent Höfler
spir denis.s...@gmail.com: Sure, but this is just a matter of convention and support by a given compiler: typeIntegers = array of Integer; var ints : Integers = [1,2,3]; could work as expected by automatically sizing, allocating and initialising. How else could work