On 06/17/2014 07:07 AM, Reinier Olislagers wrote:
> Got some questions/remarks/workaround for you in the bug report...
>
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Answ
On 06/17/2014 07:07 AM, Reinier Olislagers wrote:
> Got some questions/remarks/workaround for you in the bug report...
>
> ___
> fpc-pascal maillist - fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hi
Got some questions/remarks/workaround for you in the bug report...
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
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
Hi,
I think this is a bug
I wrote a simple program using Tdbf to export a dBase IV/w. Memo file to
a csv file. Accessing the memo field with
FieldByName("MEMOFIELD").AsString works fine on one machine but not a
second.
The first machine runs Suse 12.3 64-bit, with FPC 2.6.2 [2013/03/17] for
x86_