Class "TZRawCLobField" not found

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
jptferreira
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 03.10.2024, 17:28

Class "TZRawCLobField" not found

Post by jptferreira »

Can anyone help with the this issue? Everything was fine before upgrading lazarus to 3.6 and zeoslib to 8.
Now I get and exception class 'EClassNotFound' with message: Class "TZRawCLobField" not found
Thanks for any hint...
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Class "TZRawCLobField" not found

Post by marsupilami »

Hello,

TZRawCLobField was introduced with Zeos 8. Maybe you are mixing old Zeos 7.2 sources with new Zeos 8 sources? Please check your search paths in Lazarus and possibly also in fpc.cfg and the like.

Best regards,

Jan
jptferreira
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 03.10.2024, 17:28

Re: Class "TZRawCLobField" not found

Post by jptferreira »

Thanks! This installation is now fresh and while compiling the source code it comes up with " Project xxxxx raised exception class 'EClassNotFOund' with message: Class "TZRawCLobField" not found... I'm really puzzled with this... going back to the old machine it works fine, older lazarus and older components
Thanks
jptferreira
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 03.10.2024, 17:28

Re: Class "TZRawCLobField" not found

Post by jptferreira »

Found that compiling source code developed using previous versions created the problem.
Found the issue and corrected.
Post Reply