[fpc-pascal] AUTO: Luca Manganelli è assente dall'ufficio

2012-06-22 Thread luca_manganelli
Sono fuori dall'ufficio da Ven 22/06/2012 fino a Lun 16/07/2012. Nota: Questa è una risposta automatizzata al messaggio "Re: [fpc-pascal] Adding method dynamically to a class" inviata il 22/06/2012 15.25.21. Questa è l'unica notifica che verrà ricevuta mentre la persona è assente.__

Re: [fpc-pascal] March 2025? :o

2011-11-03 Thread luca_manganelli
fpc-pascal-boun...@lists.freepascal.org scritti il 02/11/2011 23.27.07 > That's what happens when someone sends a mail while their system > clock is set such a date in the future. from John Titor? :-)___ fpc-pascal maillist - fpc-pascal@lists.freepas

Re: [fpc-pascal] code optimization

2010-09-22 Thread luca_manganelli
fpc-pascal-boun...@lists.freepascal.org scritti il 22/09/2010 08.08.45 > is this a benchmark program or a complex program you are talking about. > If it is a benchmark, then it would be interesting to see the code, > because from my experience I doubt that Delphi produces better code than > fpc (i

[fpc-pascal] TFPTimer: how can I use it to closse a window?

2010-07-09 Thread luca_manganelli
Hi, I've made a really simple application, that shows a simple dialog box with current time. I want it to close itself after 15 seconds. I tried to use TFPTimer, but there are no examples on documentation and so I have no idea how to use OnTimer property to call a procedure with TForm1.Close()

Re: [fpc-pascal] writing to syslog from FreePascal

2009-10-29 Thread luca_manganelli
fpc-pascal-boun...@lists.freepascal.org scritti il 29/10/2009 00.38.25 > We are porting an application which needs to write to the system log > via syslog. We are running under Red Hat Enterprise Linux. > Is there an existing mechanism to do this, or do we need to > interface to C code ourselves?

Re: [fpc-pascal] How to use var or object in a programm file from a unit file

2009-09-24 Thread luca_manganelli
fpc-pascal-boun...@lists.freepascal.org scritti il 25/09/2009 05.34.53 > Thanks. > another question,any one has successful compile indy on FPC? > I tried,but did not success. Indy 10? It's FPC compatible. Indy 9 not. ___ fpc-pascal maillist - fpc-pa

[fpc-pascal] An example to compress all files in a directory?

2009-08-31 Thread luca_manganelli
Hi all, I cannot find the documentation of Zipper so I ask you an example to compress all files in a directory using this unit. Thank you in advance, Luca ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/

[fpc-pascal] Switch Endian

2009-08-21 Thread luca_manganelli
Hi, there's a pascal function to switch endian (for a 32 bit integer)? Note that it should work on 64 bit systems... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] TItimerSpec

2009-08-14 Thread luca_manganelli
Hi, I am trying to port a delphi source code to FPC on a 64 bit system. In the delphi code there's a TITimerSpec variable declaration. I found it in: mangane...@grass2:/usr/share/fpcsrc/2.2.2/packages$ fgrep -R -i "titimerspec" * libc/src/timeh.inc: TITimerSpec = itimerspec;

[fpc-pascal] Compliments to FPC developers!

2009-08-04 Thread luca_manganelli
Hi, I want to compliment with the FPC development team for its excellent job. I was a long time Turbo Pascal/Borland Pascal/Delphi programmer and I am absolutely surprised for the work on the opensource Pascal compiler. Many compliments, again and again! Luca __