Page 1 of 1
Class "TZRawCLobField" not found
Posted: 03.10.2024, 17:39
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...
Re: Class "TZRawCLobField" not found
Posted: 04.10.2024, 11:40
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
Re: Class "TZRawCLobField" not found
Posted: 16.10.2024, 17:50
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
Re: Class "TZRawCLobField" not found
Posted: 17.10.2024, 20:30
by jptferreira
Found that compiling source code developed using previous versions created the problem.
Found the issue and corrected.