Page 1 of 1

6.6.2-RC install pbm on D5

Posted: 16.01.2008, 20:47
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.

Posted: 16.01.2008, 21:25
by mdaems
Most probable reason : the wrong dll being loaded. What dll are you using? Where is it located?

Mark

Posted: 19.01.2008, 20:38
by akli_agha
Thanks for your response.

But which DLL you're speaking about ???

Posted: 19.01.2008, 21:18
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

Posted: 20.01.2008, 21:11
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.