Page 1 of 1

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

Posted: 29.11.2005, 21:25
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?

Posted: 07.12.2005, 10:47
by gev
Hi the same problem hier :( .

Posted: 07.12.2005, 11:04
by zippo
Try to change rtl70 with rtl90, or just remove the package. Maybe this helps.

Posted: 07.12.2005, 11:47
by gev
Where??? there is no rtl70 string in project files of Zeos. Can you plz. spacify where can we change it??

Posted: 09.12.2005, 16:04
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?

Posted: 10.12.2005, 14:21
by tygrys
Check your path enviroment variable, you may have older version of Zeos (from delphi 7) in the path.

tygrys

Posted: 11.12.2005, 12:08
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