Packages for C++Builder 10.2 Tokyo and beyond

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
MetaMetal
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 13.09.2019, 17:18

Re: Packages for C++Builder 10.2 Tokyo and beyond

Post by MetaMetal »

Hello Marcelo,
Sorry for the late reply. (Windows environment was broken...)

I tried zeosdbo-7.2.6.1-stable.
The previous problem has been resolved.

I understand!

Add the Windows64 platform to ComponentDesign250.bpl. (Not build)
Then both Windows32bit and Windows64bit are supported.

However, there are problems in operation.

I think need to build ComponentDesign250.bpl on Windows64.
Otherwise *.a and *.o will not be generated in the Win64 Lib folder.

To do this, it seems necessary to solve the problem of ZPropertyEditor.pas.
Can't build because of this error.

Code: Select all

[DCC fatal error] ZPropertyEditor.pas(68): F2613 Unit 'DesignIntf' not found.
This problem did not occur when trying with other versions before. (I don't remember the version)
(In other words, some versions should be able to build on Windows64.)

I think a little more about which versions can be built.

Thanks.

MetaMetal
mac_srv
Senior Boarder
Senior Boarder
Posts: 50
Joined: 23.01.2015, 00:04

Re: Packages for C++Builder 10.2 Tokyo and beyond

Post by mac_srv »

Hi MetaMetal,
Add the Windows64 platform to ComponentDesign250.bpl. (Not build)
No, this package are just for Win32 platform because the IDE is also a Win32 application.

So, in order to install the ZeosDBO components into the IDE, you just need to compile and install the ComponentDesign250.bpl with the Win32 platform.

On the other hand, your WIn64 application will just need and use the Win64 runtime BPLs, being dynamically linked using IDE`s Win64 paths. If you choose static linking, it will use the .a (libs) files.

Marcelo.
Flattit
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 21.06.2020, 09:45

Re: Packages for C++Builder 10.2 Tokyo and beyond

Post by Flattit »

Hallo,

I'm a bit confused because I didn't understand if the "zeosdbo-7.2.6.1-stable.zip" downloadable from here https://sourceforge.net/projects/zeosli ... t/download is OK for C++ Builder CE 10.3 or if in addition to that zip I have to download further sources enclosed in this thread.

Thanks a lot for your help,
Federico
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Packages for C++Builder 10.2 Tokyo and beyond

Post by marsupilami »

Hello Federico,

I assume, you can use the packages from the CBuilderXE10.2 folder. Please read the Manual-ZeosDbo-CBuilderXE10.2.txt file.

Best regards,

Jan
Post Reply