6.6.2-RC install pbm on D5

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
akli_agha
Junior Boarder
Junior Boarder
Posts: 41
Joined: 08.01.2008, 20:35

6.6.2-RC install pbm on D5

Post by akli_agha »

Hi,

I installed recently the 6.6.2-rc zeos version on Delphi 5 Pro and had the problem below :

On runtime all is ok. Fine. But at Design time when I try to connect my Zconnection (Set connect to True), I have an Access violotion in VCL50... message !

Any one has an idea about ???

Thanks.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Most probable reason : the wrong dll being loaded. What dll are you using? Where is it located?

Mark
Image
akli_agha
Junior Boarder
Junior Boarder
Posts: 41
Joined: 08.01.2008, 20:35

Post by akli_agha »

Thanks for your response.

But which DLL you're speaking about ???
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

The dll needed for database connectivity. For Mysql that's libmysql.dll.
I suppose it's working at runtime because the right one is in your system path, but a different one is in the path Delphi uses during design time.

Mark
Image
akli_agha
Junior Boarder
Junior Boarder
Posts: 41
Joined: 08.01.2008, 20:35

Post by akli_agha »

Ok, thanks.

I'm using FireBird Emb. v2.0.

I'll focus my debugging in this direction and let you know what happened !

Thanks again.
Post Reply