Is ZeosLib 7.0 compatible with C++ Builder XE2???

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
Post Reply
The_Immortal
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 13.03.2013, 19:53

Is ZeosLib 7.0 compatible with C++ Builder XE2???

Post by The_Immortal »

Hi there!

Guys I'm trying to install ZeosLib 7.0 on C++ Builder XE2.

The following components (from "cbuilder12" folder)

• ZCore.bpl
• ZParseSql.bpl
• ZPlain.bpl
• ZDbc.bpl
• ZComponent.bpl

are compiled without a problem.

But when I try to install ZComponent.bpl I get the error saying ZCore.bpl is not found on the my computer!

But it's definitely on my computer! (in "cbuilder12" folder).


Is it a glitch of ZeosLib?

And have ZeosLib 7.0 been tested on C++ Builder XE, XE2, XE3?

And what do they mean by "cbuilder12"?


Thank you!
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

The_Immortal,

cbuilder12 is the bdsgroup for CBuilder2009. I know some more users who use ZeosLib successfully with the CBuilder too. But i personally never hat the time to play in this domain.

I guess there is an issue in the package options for the *.bpl and *.dcp output of ZCore.bpl. I propose you replace then with $(BDSCOMMONDIR)\Bpl and $(BDSCOMMONDIR)\Dcp and your issue should be gone, i hope.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
The_Immortal
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 13.03.2013, 19:53

Post by The_Immortal »

EgonHugeist
EgonHugeist wrote: I guess there is an issue in the package options for the *.bpl and *.dcp output of ZCore.bpl. I propose you replace then with $(BDSCOMMONDIR)\Bpl and $(BDSCOMMONDIR)\Dcp and your issue should be gone, i hope.
I'm sorry but I didn't get what exactly I need to replace?
I open Options for ZCore.bpl. What's the next?

Could you gimme more detailed instruction how to fix the issue?

Thank you!
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

The_Immortal,

you're right i'm sorry. To be clear:

replace the output-folder of the DCP (might be "build") with $(BDSCOMMONDIR)\Dcp and BPL (might be "build" too) with $(BDSCOMMONDIR)\Bpl.
Result should be ZCore.Bpl in C:\Users\Public\Documents\RAD Studio\6.0\Bpl f.e.

So we can be sure the IDE can find the expected files.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
The_Immortal
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 13.03.2013, 19:53

Post by The_Immortal »

EgonHugeist, thank you very much!
ZeosLib has been installed!!! :)
The_Immortal
Fresh Boarder
Fresh Boarder
Posts: 8
Joined: 13.03.2013, 19:53

Post by The_Immortal »

EgonHugeist, components was installed but I got some error when I try to run an empty vcl project with some ZeosLib component.

Look at this please: http://www.youtube.com/watch?v=mIY3scTz0CQ

Do you have any idea?
jjeffman
Senior Boarder
Senior Boarder
Posts: 56
Joined: 25.08.2005, 12:40
Location: Porto Alegre

Post by jjeffman »

Can version 7 stable be installed on C Builder 6.0 ? Can you help me some how?

Best regards
Jayme Jeffman Filho

DBA, Software Engineer
Sul Engenharia e Sistema Ltda

http://www.sulenge.com.br
Post Reply