Page 3 of 3

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

Posted: 05.11.2019, 18:25
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

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

Posted: 14.11.2019, 13:25
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.

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

Posted: 23.06.2020, 08:18
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

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

Posted: 23.06.2020, 08:32
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