[fpc-pascal] MSEide+MSEgui 1.8rc1

2008-05-24 Thread Martin Schreiber
Hi, MSEide+MSEgui revision 1.8rc1 has been released: http://sourceforge.net/project/showfiles.php?group_id=165409 Martin ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Cross-compile on Linux from 32bits to 64bits

2008-05-24 Thread TOUZEAU DAVID
Dear I'm using a 32 bits Linux system to developp and i want my program to be 64 Bits compatible. What is the best method to allow my program to be compatible on 32 And 64 bits ? Besst regards -- David Touzeau -- Linux Ubuntu 7.04 feisty FreePascal-Lazarus,perl,del

Re: [fpc-pascal] Cross-compile on Linux from 32bits to 64bits

2008-05-24 Thread Jonas Maebe
On 24 May 2008, at 17:15, TOUZEAU DAVID wrote: I'm using a 32 bits Linux system to developp and i want my program to be 64 Bits compatible. What is the best method to allow my program to be compatible on 32 And 64 bits ? Do not type cast between integer and pointer types (and if you have

[fpc-pascal] ibconnection patch

2008-05-24 Thread Joao Morais
Hello, The following patches fixes the lack of sqlscale var when writing decimal and numeric fields to ib/fb databases. I've used the same approach used to read such fields, ie, intpower. Patch 1 has also a small improvement regarding the read of the XSQLVAR record, patch 2 only fixes the s

[fpc-pascal] avl_tree.pp unit license

2008-05-24 Thread Vladimir Zhirov
Hi, I've got a question about the license of unit avl_tree.pp, that comes with FCL. FPC FAQ states that > Applications created by the compiler and using the runtime library > come under a modified library gnu public license (LGPL), which permit > no restriction on the type of license the applicat