unidac delphi xe5 trail version problem Dac.inc missing
Posted: Sun 02 Nov 2014 17:38
Hello,
I try to compile simple mysql database to tstring but I get error.
I get the following file open MyDac.inc with red {$I Dac.inc}
//////////////////////////////////////////////////
// MySQL Data Access Components
// Copyright © 1998-2014 Devart. All right reserved.
//////////////////////////////////////////////////
// Type of build
{$I Dac.inc}
{$DEFINE UNIDACPRO}
{$DEFINE HAVE_DIRECT}
{$IFDEF WIN32}
{$IFNDEF FPC}
{$DEFINE EMBLOG}
{$ENDIF}
{$ENDIF}
I get in the log text this: "[DCC Fatal Error] MyDac.inc(9): F1026 File not found: 'Dac.inc'" how can I solve this ??
I don't get it when I compile it to WIN32 but when I compiled it for android.
Hoop to hear soon.
I try to compile simple mysql database to tstring but I get error.
I get the following file open MyDac.inc with red {$I Dac.inc}
//////////////////////////////////////////////////
// MySQL Data Access Components
// Copyright © 1998-2014 Devart. All right reserved.
//////////////////////////////////////////////////
// Type of build
{$I Dac.inc}
{$DEFINE UNIDACPRO}
{$DEFINE HAVE_DIRECT}
{$IFDEF WIN32}
{$IFNDEF FPC}
{$DEFINE EMBLOG}
{$ENDIF}
{$ENDIF}
I get in the log text this: "[DCC Fatal Error] MyDac.inc(9): F1026 File not found: 'Dac.inc'" how can I solve this ??
I don't get it when I compile it to WIN32 but when I compiled it for android.
Hoop to hear soon.