[fpc-pascal] Small project $

2005-06-20 Thread Paul Aviles
Basically a way to enable a web version of tail -f for log files. There is a java version but we don't want the dependencies associated with java there. Please contact me directly if anyone is interested on doing this. Regards, Paul ___ fpc-pasc

[fpc-pascal] Freepascal Advocate Store

2005-06-20 Thread L505
Are there any I Love Freepascal t-shirts, hats, coffee mugs, etc.? Love, Lars ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] strange behaviour of readkey...or not

2005-06-20 Thread Darius Blaszijk
Florian, Thanks. I have fixed it using: if KeyPressed then ch := ReadKey else ch := ''; I know I should have know better, but for some strange reason only readkey in a previous version seemed to work just fine. Thats why I was confused. Darius Blaszijk - Original Messag

Re: [fpc-pascal] strange behaviour of readkey...or not

2005-06-20 Thread Florian Klaempfl
Darius Blaszijk wrote: > Hi there, > > I have a console app that reads keys being pressed and then does some > action. In short it would be like this: > > repeat > if fileage(myfile) <> imyfile then > begin > writeln('file changed'); > imyfile := fileage(myfile); > end; > > ch :

[fpc-pascal] strange behaviour of readkey...or not

2005-06-20 Thread Darius Blaszijk
Hi there, I have a console app that reads keys being pressed and then does some action. In short it would be like this: repeat if fileage(myfile) <> imyfile then begin writeln('file changed'); imyfile := fileage(myfile); end; ch := readkey; until ch = 'q' So what I want is that

Re: [fpc-pascal] selecting target processor

2005-06-20 Thread Eduardo
At 15:36 20/06/2005, you wrote: On 20 jun 2005, at 09:59, Marc Santhoff wrote: So it should work: I'm using "-dRELEASE" for releasing and my fpg.cfg has standard "- OG2p3" and "-Xs". Testing is done with "-XX -B". Yes, it should. Can you figure out which instruction it is that causes this

Re: [fpc-pascal] selecting target processor

2005-06-20 Thread Jonas Maebe
On 20 jun 2005, at 09:59, Marc Santhoff wrote: So it should work: I'm using "-dRELEASE" for releasing and my fpg.cfg has standard "- OG2p3" and "-Xs". Testing is done with "-XX -B". Yes, it should. Can you figure out which instruction it is that causes this? How would I do that? Would

Re: [fpc-pascal] selecting target processor

2005-06-20 Thread Marc Santhoff
Am Sonntag, den 19.06.2005, 22:26 +0200 schrieb Jonas Maebe: > On 19 Jun 2005, at 20:48, Marc Santhoff wrote: > > > how can I tell fpc to use only instructions supported on a specific > > processor? > > > > I'm compiling on an athlon for running on a geode (restriction has to > > define instructio