[fpc-pascal]Berkeley DB + FPC

2004-02-29 Thread Taj Morton
Hi All, Have any interfaces been written for BerkeleyDB (preferabl... Googled it but nothing turned up :(. Any leads would be nice. Thanks! --Taj -- Pohl's law: Nothing is so good that somebody, somewhere, will not hate it. ___ fpc-pascal maill

[fpc-pascal]Database objects

2004-02-29 Thread Philip Plant
Hello, I've been porting a legacy Delphi application to FPC, with a fair degree of success. However, the application uses woll2woll's InfoPower components, and I was wondering if anyone knows of an appropriate FPC replacement for these before I embark on writing my own? Thanks in advance, Phili

Re: [fpc-pascal]blockread in a procedure

2004-02-29 Thread Marco van de Voort
> On Sun, 29 Feb 2004, David Emerson wrote: > > end. > > > > > > If I get rid of the procedure read_source_file and put its code directly > > into the main "begin end." then it works. So for some reason, suddenly > > it can't stand having blockread inside a procedure. I haven't touched > > the pr

Re: [fpc-pascal]blockread in a procedure (last try!)

2004-02-29 Thread Michael . VanCanneyt
On Sun, 29 Feb 2004, David Emerson wrote: > Hi there, > > I'm having trouble using blockread. It was working for... oh, a year... and all of a > sudden it's not working. I'm getting a runtime error 87 in win32/i386 (fpc 1.0.10) > and an error 217 in linux/i386 (fpc 1.0.6). Since I always comp

Re: [fpc-pascal]blockread in a procedure

2004-02-29 Thread Michael . VanCanneyt
On Sun, 29 Feb 2004, David Emerson wrote: > Hi there, > > I'm having trouble using blockread. It was working for... oh, a year... and all of a > sudden it's not working. I'm getting a runtime error 87 in win32/i386 (fpc 1.0.10) > and an error 217 in linux/i386 (fpc 1.0.6). Since I always comp

Re: [fpc-pascal]blockread in a procedure

2004-02-29 Thread Michael . VanCanneyt
On Sun, 29 Feb 2004, David Emerson wrote: > Hi there, > > I'm having trouble using blockread. It was working for... oh, a year... and all of a > sudden it's not working. I'm getting a runtime error 87 in win32/i386 (fpc 1.0.10) > and an error 217 in linux/i386 (fpc 1.0.6). Since I always comp

[fpc-pascal]blockread in a procedure

2004-02-29 Thread David Emerson
Hi there, I'm having trouble using blockread. It was working for... oh, a year... and all of a sudden it's not working. I'm getting a runtime error 87 in win32/i386 (fpc 1.0.10) and an error 217 in linux/i386 (fpc 1.0.6). Since I always compile with -gl it tells me it's failing right at blockre