Search found 8 matches

by The_Immortal
17.03.2013, 02:19
Forum: ZeosLib 7.0 Stable Forum
Topic: Get 0XC0000005 with ZeosLib on C++ Builder 2009
Replies: 0
Views: 711

Get 0XC0000005 with ZeosLib on C++ Builder 2009

Dear ZeosLib's Developers, I made video how I install ZeosLib on the fresh-installed C++ Builder 2009 (as I was informed "cbuilder12" in the package folder means C++ Builder 2009) . But finally when I'm trying to run an empty VCL-application I got the error: The application failed to initi...
by The_Immortal
16.03.2013, 19:43
Forum: ZeosLib 7.0 Stable Forum
Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
Replies: 6
Views: 1989

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?
by The_Immortal
16.03.2013, 18:59
Forum: ZeosLib 7.0 Stable Forum
Topic: image of my problems
Replies: 2
Views: 894

So you need to copy all generated *.bpl: ZComponent.bpl ZCore.bpl ZDbc.bpl ZParseSql.bpl ZPlain.bpl to $(BDSCOMMONDIR)\Bpl View the value of this variable (BDSCOMMONDIR) you can via "Tools - Options - Enviroment options - Enviroment Variables - BDSCOMMONDIR - Add Override - Variable Value:"...
by The_Immortal
15.03.2013, 20:28
Forum: ZeosLib 7.0 Stable Forum
Topic: Connection with MySql
Replies: 2
Views: 691

I've solved the issue! The problem was I've 64x OS and my libmysql.dll was for 64x. But C++ Builder XE2 is 32x so I need to use libmysql.dll for 32x. That's all. EgonHugeist , but I've the question. Where should I place libmysql.dll? Some people say it should be placed into project folder. So I copi...
by The_Immortal
15.03.2013, 19:39
Forum: ZeosLib 7.0 Stable Forum
Topic: Connection with MySql
Replies: 2
Views: 691

Connection with MySql

I'm going to connect my apllication with MySql. But when I try to change the Connect option of TZConnection to true value I get the error: http://content.screencast.com/users/The_Immortal/folders/Snagit/media/11e6d7b8-83be-4fe4-95de-7582b6519b8c/03.15.2013-22.34.png But I've libmysql.dll from ( c:\P...
by The_Immortal
15.03.2013, 17:29
Forum: ZeosLib 7.0 Stable Forum
Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
Replies: 6
Views: 1989

EgonHugeist, thank you very much!
ZeosLib has been installed!!! :)
by The_Immortal
14.03.2013, 16:37
Forum: ZeosLib 7.0 Stable Forum
Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
Replies: 6
Views: 1989

EgonHugeist 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 ...
by The_Immortal
13.03.2013, 20:32
Forum: ZeosLib 7.0 Stable Forum
Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
Replies: 6
Views: 1989

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

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 ZCor...