[fpc-pascal] fpc trunk = Operator is not overloaded: "Class Of TBlobField" and "Boolean"
fredvs
fiens at hotmail.com
Sun Mar 8 15:59:45 CET 2020
> You wrote before the code is:
> if fld1 is tblobfield then
> ?
Yes, it was to isolate the problem.
The original line that generates error is:
---> if fld1 is tblobfield and (self.fblobintf <> nil) then begin
As work-around, removing "fld1 is tblobfield" makes trunk happy:
---> if self.fblobintf <> nil then begin
To resume, the problem comes from "if fld1 is tblobfield".
-----
Many thanks ;-)
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
More information about the fpc-pascal
mailing list