Page 1 of 1

Error instaling in Delphi 7

Posted: 29.03.2007, 16:01
by Junior Thurler
When I try to install the component 6.6.1 Beta in D7 I receive this error message:
[Fatal Error] ZDbc.dpk(113): Unit ZPlainFirebirdDriver was compiled with a different version of ZPlainFirebird15.LibraryLoaderEmbedded


All the .bpl and dcp from the Delphi 7 Projects have been deleted first of the compilation of Zdbc.dpk package.

[]s

JR

Posted: 29.03.2007, 23:17
by mdaems
Hi,

Did you also remove all z*.dcu files?
Are all prior verions uninstalled and removed properly? No old files available somewhere in your search path? I suppose you did recompile ZCore, ZParseSQL and ZPlain projects of the new version before compiling ZDbc?

This is a hell of a problem if you don't know where he looks for he units to include, I know... Until now I was able to solve this by cleaning old stuff, unistalling components, restarting Delphi, ...

Mark

Posted: 30.03.2007, 13:21
by Junior Thurler
Ok, I did it and works fine!!! Thanks...

Now, when I Open a project made with older version of Zeos it can't locate the component TZMySqlDatabase. I had instaled all the packages, including the ZComponentDesign that installs all the components on pallete menu.

Thanks,

JR

Posted: 30.03.2007, 14:51
by mdaems
I suppose you come from an old zeoslib version? (6.1 or before)
You will have to convert your program than. There are some good posts on this on the forums. Please do some searching and check what has to be done.

Mark