[fpc-pascal] mail archives corrupted?

2004-10-15 Thread Stefan BERINDE
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

Re: [fpc-pascal] How do I do this safely?

2004-10-15 Thread Marco van de Voort
> 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

Re: [fpc-pascal] Variable scope concurrency

2004-10-15 Thread Marc Santhoff
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 .

[fpc-pascal] How do I do this safely?

2004-10-15 Thread Alan Mead
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

[fpc-pascal] Question with 2 different querys with Firebird

2004-10-15 Thread Eduardo Lopez
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