Re: [fpc-devel]Some questions about tdataset and a small patch

2004-08-02 Thread Joost van der Sluis
Hi all, i have some fixes/additions: - With the patch in the attached dataset.inc.diff(2) tdataset now posts changes before scrolling to another record (ie first, next etc.) like Delphi does. - In interbase.pp.diff(2) the ExecuteDirect method is added to TIBDatabase And further i've implemented

[fpc-devel]Access violation with IndexName property of TDbf

2004-08-02 Thread Tony Maro
I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the "IndexName" or "IndexFieldNames" property of the TDbf I get an access violation. Here's a sample: var MyDbf: TDbf; b

Re: [fpc-devel]gdb issue

2004-08-02 Thread Tomas Hajny
On Fri, 23 Jul 2004 19:34:16 +0300, Rimgaudas Laucius wrote Hi > i tried to view integer variable value in binary mode using gdb > (5.2.1, windows, fpc1010 ) command "p /t i". But it shows nothing. > Does anyone else come across this issue or i am doing something wrong? You need to change all

Re: [fpc-devel]Patch: Support for $LIBPREFIX, $LIBSUFFIX, and $EXTENSION compiler directives.

2004-08-02 Thread Christian Iversen
On Monday 02 August 2004 09:17, Michael Van Canneyt wrote: > On Sun, 1 Aug 2004, Christian Iversen wrote: > > The following patch is tested, although only on linux. It supports the > > (at least for me :) long-awaited LIBPREFIX/SUFFIX support. It also cleans > > up scanner.pas a bit, by renaming so

Re: [fpc-devel]Patch: Support for $LIBPREFIX, $LIBSUFFIX, and $EXTENSION compiler directives.

2004-08-02 Thread Michael Van Canneyt
On Sun, 1 Aug 2004, Christian Iversen wrote: > > The following patch is tested, although only on linux. It supports the (at > least for me :) long-awaited LIBPREFIX/SUFFIX support. It also cleans up > scanner.pas a bit, by renaming some "turbo_scannerdirectives" and > "directive_turbo" to "commo