[fpc-pascal] Re: RE : Re: RE : RE : RE : Assigning value to ftVariant datatype& varbytes-still stuck
Reinier Olislagers
reinierolislagers at gmail.com
Wed Aug 10 07:57:51 CEST 2011
On 9-8-2011 16:42, Ludo Brands wrote:
>> Applied patch in fpc source, make clean, make all make install for
>> FPC, make for Lazarus, rescan fpc source directory, recompile test
>> project.
<snip>
>
> Downloaded the code and it raises an SUnsupportedFieldType when
> creating the ftAutoInc field. That is OK since I didn't include
> ftAutoinc in the supported list for TBufDataset. If you are not
> getting this error, then the patch and/or install didn't work.
Oops, sorry, you're right. Your cygwin diffs don't seem to agree with
(the way I use) fpc patch; I got it to apply only the first part of the
patch...
Now it works.
Using fpc diff -u --minimal oldfile newfile > patch.diff does work for
me with patch -p0 < patch.diff
I suppose you use cygwin patch to apply the patches?
Very glad the test is working again, now I can get back to improving the
export code!
Thanks a million!
More information about the fpc-pascal
mailing list