MySQL, ZeosLib & C++ Builder

In this forum you may discuss all issues concerning the CBuilder IDE and C++.

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
tutu10
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 13.06.2019, 09:59

MySQL, ZeosLib & C++ Builder

Post by tutu10 »

Have a good day,

I am having a great deal of trouble trying to get ZeosLib (6.1.5
stable) to work with Borland C++ Builder 6.
Since there weren't any C++ examples in the base package
(http://sourceforge.net/projects/zeoslib/), I Googled for
some examples. However, when I compile them I get the following error:
TContainedObject is not a member of Comobj
When I look in ComObj.pas (Delphi 6), I don't see a
TContainerObject.
I've Googled the heck out of this subject and can't find
any solution. I've checked through the SourceForge.
Since it appears that the ZeosLib.net is down, I used
the "site:" function of Google to search for cached
pages:
<http://www.google.com/search?q=(C%2B%2B ... =&filter=0>
or:
http://tinyurl.com/9kuz5

I am wondering if someone can help me figure out how
to get ZeosLib working with Borland C++ Builder?
Or, would you suggest some other approach?
Thanks so much for your time and attention!
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: MySQL, ZeosLib & C++ Builder

Post by marsupilami »

Hello,

the latest version of Zeos that supports Delphi 6 and C++ Builder 6 was Zeos 6.6.6. Please try this version first. You can still find it on our download page: https://sourceforge.net/projects/zeoslib/files/Zeos%20Database%20Objects/zeosdbo-6.6.6-stable/

Another option might be to change to some newer IDE. If you are ok with Pascal, you might want to use Lazarus. There you can use newer versions of Zeos too.

Best regards,

Jan
Post Reply