Oops, I have now uploaded the program source to the Bug tracker. Also
reproduced here ...
program dbftest;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Classes, SysUtils, dbf, db;
{ you can add units after this }
var
dbase: Tdbf;
On 12/06/2014 20:37, David Copeland wrote:
> Added to the Bug tracker as Issue 26332.
Hi Dave,
Although you wrote in the bug report that the attached zip contains test
source code, it doesn't. Could you attach a simple (FPC) test program to
the bug report that demonstrates the problem?
Thanks,
R