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...
Class "TZRawCLobField" not found
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Class "TZRawCLobField" not found
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
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
-
- Fresh Boarder
- Posts: 3
- Joined: 03.10.2024, 17:28
Re: Class "TZRawCLobField" not found
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
Thanks
-
- Fresh Boarder
- Posts: 3
- Joined: 03.10.2024, 17:28
Re: Class "TZRawCLobField" not found
Found that compiling source code developed using previous versions created the problem.
Found the issue and corrected.
Found the issue and corrected.