[fpc-pascal] Lookup fields in databases

2015-08-28 Thread Marc Santhoff
Hi, peeking the database code I found that: - a TDataSet has FieldDefs - fields are described by TFieldDef(s) - TField has several special properties like "KeyFields" and "LookupDataset" How are these properties of TField (descendants) set and by whom? I can imagine the information to set the l

Re: [fpc-pascal] "Continue" not work properly in except clause on win64

2015-08-28 Thread Toru Takubo
On 2015/08/28 18:56, Sven Barth wrote: Am 28.08.2015 11:08 schrieb "Toru Takubo" mailto:tak...@e-parcel.co.jp>>: > > Hi all, > > I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly > in except clause but just jump to finally clause on win64. > > Here is a sample code: > --

Re: [fpc-pascal] "Continue" not work properly in except clause on win64

2015-08-28 Thread Sven Barth
Am 28.08.2015 11:08 schrieb "Toru Takubo" : > > Hi all, > > I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly > in except clause but just jump to finally clause on win64. > > Here is a sample code: > > program sample; > > {$mode objfpc} > > uses >S

[fpc-pascal] "Continue" not work properly in except clause on win64

2015-08-28 Thread Toru Takubo
Hi all, I'm trying FPC 3.0.0-rc1 and find "Continue" does not work properly in except clause but just jump to finally clause on win64. Here is a sample code: program sample; {$mode objfpc} uses SysUtils; var i: Integer; begin try for i:=0 to 2 do begin

Re: [fpc-pascal] FPC 3.0.0-rc1 release

2015-08-28 Thread Mark Morgan Lloyd
Martin Schreiber wrote: On Wednesday 26 August 2015 20:14:09 Mark Morgan Lloyd wrote: Is there a native ARM version compatible with the Raspberry Pi? Here: http://sourceforge.net/projects/mseide-msegui/files/fpcarm/ Please run eabihf/lib/fpc/3.0.1/samplecfg in order to create a default confi

Re: [fpc-pascal] [fpc-announce] FPC 3.0.0-rc1 release

2015-08-28 Thread Géza Kovacs Géza
Dear Michael, What are the better ways of producing sound than use the sound procedure? Best regards, G ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] [fpc-announce] FPC 3.0.0-rc1 release

2015-08-28 Thread Michael Van Canneyt
On Fri, 28 Aug 2015, Géza Kovacs Géza wrote: Hi All, The sound procedure does not work in FPC 3.0.0-rc1. I tested it under Linux. Under Windows, it works only with the WinCRT unit. But under linux, there is not an alternative. It was my problem with the recent 2.6 version too. Can you resolve

Re: [fpc-pascal] [fpc-announce] FPC 3.0.0-rc1 release

2015-08-28 Thread Géza Kovacs Géza
Hi All, The sound procedure does not work in FPC 3.0.0-rc1. I tested it under Linux. Under Windows, it works only with the WinCRT unit. But under linux, there is not an alternative. It was my problem with the recent 2.6 version too. Can you resolve the sound procedure to work well platform indepen