Search found 2 matches

by Bookshie
03.05.2014, 16:51
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE 5 - 'TMysqlShutdownLevel' has no type info
Replies: 5
Views: 1850

Re: Delphi XE 5 - 'TMysqlShutdownLevel' has no type info

It doesn't work. :(
miab3 wrote:Bookshie,

Try:

Code: Select all

SHUTDOWN_WAIT_CRITICAL_BUFFERS = (MYSQL_SHUTDOWN_KILLABLE_UPDATE shl 1) +1,
Michal
by Bookshie
02.04.2014, 19:38
Forum: ZeosLib 7.2 Forum
Topic: Delphi XE 5 - 'TMysqlShutdownLevel' has no type info
Replies: 5
Views: 1850

Delphi XE 5 - 'TMysqlShutdownLevel' has no type info

Zeos install is done, under Delphi XE 5. I built my application and got this error message: [dcc32 Error] ZPlainMySqlDriver.pas(439): E2134 Type 'TMysqlShutdownLevel' has no type info [dcc32 Fatal Error] ZDbcMySql.pas(546): F2063 Could not compile used unit 'ZPlainMySqlDriver.pas' I think, that ther...