Can't load package ZCore190.bpl.
The system cannot find the file specified [Fatal Error] Can't load package ZCore190.bpl.
The system cannot find the file specified
r3358 not compile under XE7, win XP [dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF' [dcc32 Fatal Error] ZDbcAdo.pas(672): F2063 Could not compile used unit 'ZPlainAdoDriver.pas'
After install XE7 i use XE6 and rev 3353 work fine, try work 3353 and XE7 again not compile
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You did change something in the dbk files. Please reuse the original one. The IDE's are eval accordingly defines in the package files. I use Notepat only...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i didt change ogiginal file just copy and try build all.
try compile last version, and again fail.
i too use notepad++ and try set options:
{.$DEFINE ZEOS_DISABLE_MYSQL}
{$DEFINE ZEOS_DISABLE_POSTGRESQL}
{$DEFINE ZEOS_DISABLE_DBLIB}
{$DEFINE ZEOS_DISABLE_ADO}
{$DEFINE ZEOS_DISABLE_INTERBASE}
{$DEFINE ZEOS_DISABLE_SQLITE}
{$DEFINE ZEOS_DISABLE_ORACLE}
{$DEFINE ZEOS_DISABLE_ASA}
and get error: [dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF' [dcc32 Fatal Error] ZPlainMySqlDriver.pas(680): F2063 Could not compile used unit 'ZPlainMySqlConstants.pas'
if all disable i get [dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF' [dcc32 Fatal Error] ZAbstractConnection.pas(703): F2063 Could not compile used unit 'ZDbcPooled.pas'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just a note: http://zeoslib.sourceforge.net/viewtopic.php?f=40&t=18497
Edson do you agree to close your ticket? Or do it by your selves on editing your topic thread..
Michael
r3358 not compile under XE7, win XP
[dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF'
[dcc32 Fatal Error] ZDbcAdo.pas(672): F2063 Could not compile used unit 'ZPlainAdoDriver.pas'
After install XE7 i use XE6 and rev 3353 work fine, try work 3353 and XE7 again not compile
You did change something in the dbk files. Please reuse the original one. The IDE's are eval accordingly defines in the package files. I use Notepat only...
i didt change ogiginal file just copy and try build all.
try compile last version, and again fail.
i too use notepad++ and try set options:
{.$DEFINE ZEOS_DISABLE_MYSQL}
{$DEFINE ZEOS_DISABLE_POSTGRESQL}
{$DEFINE ZEOS_DISABLE_DBLIB}
{$DEFINE ZEOS_DISABLE_ADO}
{$DEFINE ZEOS_DISABLE_INTERBASE}
{$DEFINE ZEOS_DISABLE_SQLITE}
{$DEFINE ZEOS_DISABLE_ORACLE}
{$DEFINE ZEOS_DISABLE_ASA}
and get error:
[dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF'
[dcc32 Fatal Error] ZPlainMySqlDriver.pas(680): F2063 Could not compile used unit 'ZPlainMySqlConstants.pas'
if all disable i get
[dcc32 Error] ZComponent.dpk(59): E1030 Invalid compiler directive: '$ENDIF'
[dcc32 Fatal Error] ZAbstractConnection.pas(703): F2063 Could not compile used unit 'ZDbcPooled.pas'
i open only zcomponents and comment {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} and {$ENDIF}; compile and work. Thanks for help