Search found 8 matches
- 17.03.2013, 02:19
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Get 0XC0000005 with ZeosLib on C++ Builder 2009
- Replies: 0
- Views: 730
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...
- 16.03.2013, 19:43
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
- Replies: 6
- Views: 2056
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?
- 16.03.2013, 18:59
- Forum: ZeosLib 7.0 Stable Forum
- Topic: image of my problems
- Replies: 2
- Views: 916
- 15.03.2013, 20:28
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Connection with MySql
- Replies: 2
- Views: 705
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...
- 15.03.2013, 19:39
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Connection with MySql
- Replies: 2
- Views: 705
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...
- 15.03.2013, 17:29
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
- Replies: 6
- Views: 2056
- 14.03.2013, 16:37
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
- Replies: 6
- Views: 2056
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 ...
- 13.03.2013, 20:32
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Is ZeosLib 7.0 compatible with C++ Builder XE2???
- Replies: 6
- Views: 2056
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...