Hi all,
It seems that gzipped mail archives are corrupted.
The browser opens them but many lines are unreadable.
Gzip utility reports crc error and exits.
Stefan
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fp
> I am trying to write code that will compile cleanly in current and
> future versions of FPC (in mode Delphi) and Delphi on 32- and 64-bit
> platforms. I need to store strings and their floating point rankings
> in a list and I was advised to use the single type and store them in
> the TStringLis
Am Do, den 14.10.2004 schrieb Florian Klaempfl um 23:28:
> Marc Santhoff wrote:
>
> > Am Do, den 14.10.2004 schrieb Peter Vreman um 07:49:
> > [..]
> >
> >>Correct
> >
> >
> > Wow, the shortest possible answer. :)
>
> No
LOL, but not to my question. I would have accepted "right" or the like
.
I am trying to write code that will compile cleanly in current and
future versions of FPC (in mode Delphi) and Delphi on 32- and 64-bit
platforms. I need to store strings and their floating point rankings
in a list and I was advised to use the single type and store them in
the TStringList.Objects
Hello all:
I'm working with an application that must do 2 querys
I can connect with the Firebird DB, do the first query and all is ok.
Query := TIBQuery.Create(nil);
Query.Database := Database;
Query.Transaction := Trans;
Trans.Action := caCommitRetaining;
Trans.Active := True;
Query.SQ