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!
Is ZeosLib 7.0 compatible with C++ Builder XE2???
-
- Fresh Boarder
- Posts: 8
- Joined: 13.03.2013, 19:53
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
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.
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/
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/
-
- Fresh Boarder
- Posts: 8
- Joined: 13.03.2013, 19:53
EgonHugeist
I open Options for ZCore.bpl. What's the next?
Could you gimme more detailed instruction how to fix the issue?
Thank you!
I'm sorry but I didn't get what exactly I need to replace?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 open Options for ZCore.bpl. What's the next?
Could you gimme more detailed instruction how to fix the issue?
Thank you!
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
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.
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/
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/
-
- Fresh Boarder
- Posts: 8
- Joined: 13.03.2013, 19:53
-
- Fresh Boarder
- Posts: 8
- Joined: 13.03.2013, 19:53
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?
Look at this please: http://www.youtube.com/watch?v=mIY3scTz0CQ
Do you have any idea?