I'm a Delphi newbie and am trying to install ZeosLib in Delphi2009 for the time to try to connect to a Firebird server.
I followed gto's Zeos Quick Start Guide, ie. unzip, add the root of Zeos directory + packages\delphi11\build, and compile.
After editing src\Zeos.inc to just compile for Firebird, I can succesfully compile the first package ZCore, but the next one packages\delphi11\ZParseSql.dproj fails:
Code: Select all
[DCC Fatal Error] ZInterbaseToken.pas(61): F1026 File not found: 'ZPostgreSqlToken.dcu'
Code: Select all
{.$DEFINE ENABLE_POSTGRESQL}
{.$DEFINE POSTGRESQL_STRICT_DLL_LOADING}
BTW, each package comes in two versions: DPK and DPROJ. Which should I choose?
Thank you for any hint.