Delphi & C++ Builder

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

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Kingjotte
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 30.06.2006, 12:19

Delphi & C++ Builder

Post by Kingjotte »

Hi There,

I have spent 2 days trying to install the Zeos Components in both Delphi 7 and C++ Builder 6, but it looks like it is not possible, whenever i have installed it in, lets say delphi, and i try to install it in c++ builder i get an error:

Code: Select all

cannot load package 'rtl70', it contains unit 'system', which is also contained in package 'rtl60'
I would also like to install it in BDS 2006, but it didn't even try that yet, because i first want to have it working in Delphi 7 & C++ Builder 6.

Is there anyone who solved this problem already? Or is it just not possible?

Grtz,

Jochem.
Terence
Zeos Dev Team
Zeos Dev Team
Posts: 141
Joined: 22.09.2005, 14:11
Location: Stuttgart
Contact:

Post by Terence »

rtl70 is runtime lib of delphi 7 and rtl60 of delphi 6 (BCBuilder6?).
It seems that you have both intstalled or have at least both libs in your Project Path and use them both. Maybe you have some package using zeos which includes both? Indeed i can't give you more help, but actually that is the cause.
If you don't use delphi 6/C++Builder any more you could try to deinstall and delete this rtl60* files for safety. Maybe thre is a more smart way, but i have no idea atthe moment ;/, never had such problems.

Btw of yourse you can't use delphi 7 or c++ Builder 7 package to intsall on delphi 6 /C++Builder 6 ;)
fabian
Kingjotte
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 30.06.2006, 12:19

Post by Kingjotte »

The problem is that i use both delphi 7 and c++ builder 6,

i will look at the path thing later today, maybe there is a clue in there.
User avatar
CID
Fresh Boarder
Fresh Boarder
Posts: 5
Joined: 02.04.2006, 23:08
Location: Santa Fe
Contact:

Post by CID »

I have the same problem, do you have found a solution?
[hr]http://devs.com.ar[hr]
Kingjotte
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 30.06.2006, 12:19

Post by Kingjotte »

I had to concentrate on some other parts of my application for the last weeks, but i think i'll be able to look at the problem again this week.

Maybe i'll just stick with BCB6 i don't know yet.
Post Reply