Delphi 10.4, Zeos - 64bit compile errors, ZAbstractRODataset 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
svtdoug
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 05.11.2021, 01:58

Delphi 10.4, Zeos - 64bit compile errors, ZAbstractRODataset not found

Post by svtdoug »

So I have Delphi 10.4 app using Zeos DB components compiled as 32bit app, working fine. I now want to compile to 64 bit to avoid the libmysql.dll 32bit issue - MySQL not supporting 32 bit any longer.

When I try to compile to 64 bit, I get an error, Unit 'ZAbstractRODataset' not found. I don't get this error when compiling to 32bit app. Project, Options, Packages has Zeos Database Components checked when compiler set to 64bit. When mousing over the Zeos components, it indicated 32bit & 64 bit.

I am using Zeos v7.2.14.

Any idea what is causing this error?

Thanks much!
Doug
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Delphi 10.4, Zeos - 64bit compile errors, ZAbstractRODataset not found

Post by marsupilami »

Hello Doug,

did you compile the Zeos packages for 64 Bits too and did you add them to the unit search path in the environment for Win64?

Best regards,

Jan
svtdoug
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 05.11.2021, 01:58

Re: Delphi 10.4, Zeos - 64bit compile errors, ZAbstractRODataset not found

Post by svtdoug »

Jan, thanks much. That was it. I had not compiled the Zeos components with 64bit setting in IDE. After some struggling, got it compiled and all the search paths fixed.

Thanks again!
Doug
Post Reply