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
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
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
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 :
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
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
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
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