tim11g
tim11g

Reputation: 1983

Install of Zeos Lib for Delphi 7 connectivity to PostgreSQL - can't build Example projects

I saw this post about Delphi databases. I'm in a similar situation to the OP with years of occasional use of Delphi, but never using the database features. I have both Delphi 7 and Delphi 2010, but for this purpose, I'm using Delphi 7 to add database to an existing project.

I'm trying to use Zeos Lib for connection to PostgreSQL. I followed this procedure on the Zeos BB

That process worked without error, and now the Zeos components are installed and visible in the components palette.

When trying to build the Zeos Examples projects in Delphi, I get the following results:

It appears that the installation is incomplete, but I'm not sure what's missing. I tried to post questions to the Zeos BBS, but it appears to be in hibernation - posts have been queued for moderator.

Upvotes: 0

Views: 1548

Answers (1)

Arnaud Bouchez
Arnaud Bouchez

Reputation: 43033

You didn't install the design time packages, and probably have search path issue.

Please check how you setup the Zeos library and components.

Upvotes: 0

Related Questions