[patch_done] Error installing Zeos 7 on Lazarus 1, FPC 2.6.0

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
patyit
Junior Boarder
Junior Boarder
Posts: 37
Joined: 10.02.2012, 18:39

[patch_done] Error installing Zeos 7 on Lazarus 1, FPC 2.6.0

Post by patyit »

Lazarus 1.1, latest from SVN, FPC 2.6.0, Ubuntu 11.04, Zeos7 latest from SVN.

Error: can not find unit Windows using by ZPlainDbLibDriver. :(
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

patyit,

Oh that is a post i was waiting for... I know about that issue. We are working on the FreeTDS driver support actually. I think i'll solve that bug tonight. I hope that's ok for you.

I'll inform you if that bug is gone..

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

patyit,

i've found a workaround and was able to undefine the windows unit on the DBLib unit. So i think it should compile now without any problems. But actually i'v no *nix installed. So can ou test this and confirm this please?

Rev. 1345

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
patyit
Junior Boarder
Junior Boarder
Posts: 37
Joined: 10.02.2012, 18:39

Post by patyit »

Unfortunately i found another error :

{ IZFirebirdPlainDriver }

{$IFDEF ENABLE_INTERBASE_CRYPT}
procedure TZFirebirdBaseDriver.Initialize(const LibLocation: String = '');
begin
If Assigned(FPreLoader) and not FPreLoader.Loaded then
FPreLoader.LoadNativeLibrary;
inherited Initialize(LibLocation); <---- compile error, identifier not found LibLocation
end;
{$ENDIF} { IZFirebirdPlainDriver }
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

patyit,

Nope, here you are mixing different compiled units. Your first post was correct but this one i can't believe. Please remove all compiled Zeos files, update your Zeos, compile and install the component again..

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
patyit
Junior Boarder
Junior Boarder
Posts: 37
Joined: 10.02.2012, 18:39

Post by patyit »

Hi Michael !

Sorry for delay, I was busy ...

Yes, You are right, it was a mixing of different compiled units ...
Now it is OK, and sorry for that, in the future I will double check before bothering You !

Zeos is great component pack, I'm using it more then 10 years, many thanks and keep going ! :D

Patyi Tibor
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Propose a poster

Image
Lazarus 1.0.8 fpc 2.6.0
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

@patyit,

no apologies needed. That's an all time issue of the most Lazarus users. It is fine that it works now. Enjoy Zeos.

@ism,

you're great again! :lol: I like it!!! :lol: :lol:

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Locked