Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
teo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 23.11.2005, 21:14

Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl

Post by teo »

Hi all,

I'm trying to install Zeoslib on Delphi 2005, but when installing zComponent package, Delphi comes up with the following: "Cannot load package rtl70.bpl, it contains unit zlib which is also contained in rtl90".

I searched the project files folder hoping to find some reference to rtl70.bpl but I can't.

Where is this going wrong? Can someone please help me out?
gev
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 07.12.2005, 10:46

Post by gev »

Hi the same problem hier :( .
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Try to change rtl70 with rtl90, or just remove the package. Maybe this helps.
gev
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 07.12.2005, 10:46

Post by gev »

Where??? there is no rtl70 string in project files of Zeos. Can you plz. spacify where can we change it??
teo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 23.11.2005, 21:14

Post by teo »

I wish I knew where the rtl70 string was.. cannot find it anywhere.

But I mentioned that Delphi complains about Zlib that is contained in RTL70.bpl, not about RTL70.bpl bein somewhere in a package.

Renaming the package just causes a "cannot load library error" so the dependence is clear.

Changing it does not solve the problem, there is something that tries to load the RTL70 package.

Maybe Borland forgot something in Delphi 2005 with update pack 3?
tygrys
Junior Boarder
Junior Boarder
Posts: 33
Joined: 09.12.2005, 18:31
Location: Poland

Post by tygrys »

Check your path enviroment variable, you may have older version of Zeos (from delphi 7) in the path.

tygrys
teo
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 23.11.2005, 21:14

Post by teo »

I thought I knew some Delphi, but made a very basic mistake:

In my Path, there was indeed a link to \program files\borland\delphi 7\projects\bpl (I could have known it was there...) after renaming the directory, all is fine, the package is compiled and installed.

Thank you very much!

Regards,
Teo
Post Reply