Error Install DELPHI 2010

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
ceglar
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 06.04.2010, 18:15

Error Install DELPHI 2010

Post by ceglar »

Zeos I installed Delphi 2010:

1) I open files ZEOSDBO-7.0.0-alpha \ packages \ delphi14 \ ZeosDbo

2) Compile and Build

3) Install ZComponentDesign140.bpl

and

.. ZDbc was not found ..


P.S.

Zeos normally use with Lazarus. I believe that somewhere could be carried
Directive applied concurrently wrong where searches for files, but I should not?

Thank

Ceglar
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

I think you need to copy all bpl files from build folder to windows\system(32/64)... That's how i solved problem on win7/D2010...
hsk
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 29.11.2009, 05:22
Location: Rio de Janeiro

Post by hsk »

Open "\...\delphi14\ZeosDbo.groupproj"
Make a "Build All" in the projects
Copy all dpl files (*.dpl) in "\...\delphi14\build" to "Public\Documents\RAD Studio\7.0\Bpl"
Locked