Menu

#98 Zeos not installing on Delphi XE7, Rev. 3289

7.2.0-alfa
closed
None
2014-11-27
2014-09-07
No

Hello,

The Zeos not installing on Delphi XE7, Rev. 3289.

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

Discussion

  • EgonHugeist

    EgonHugeist - 2014-09-12

    Edson do you agree to close your ticket? Or do it by your selves on editing your topic thread..

    Michael

     
  • Edson Lidorio

    Edson Lidorio - 2014-09-13
    • status: open --> closed
     
  • protoror

    protoror - 2014-10-03

    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

     
    • EgonHugeist

      EgonHugeist - 2014-10-03

      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...

       
      • protoror

        protoror - 2014-10-06

        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'

         
  • protoror

    protoror - 2014-10-07

    i open only zcomponents and comment {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} and {$ENDIF}; compile and work. Thanks for help

     

Log in to post a comment.