unidac delphi xe5 trail version problem Dac.inc missing

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
croc
Posts: 6
Joined: Sun 02 Nov 2014 17:30

unidac delphi xe5 trail version problem Dac.inc missing

Post by croc » 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.

croc
Posts: 6
Joined: Sun 02 Nov 2014 17:30

Re: unidac delphi xe5 trail version problem Dac.inc missing

Post by croc » Sun 02 Nov 2014 18:07

I solved the problem.

The following was missing in the andriod lib path:
C:\Program Files (x86)\Devart\UniDAC for RAD Studio XE5\Source\NexusDBProvider
C:\Program Files (x86)\Devart\UniDAC for RAD Studio XE5\Lib\Android

After that it compiled.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: unidac delphi xe5 trail version problem Dac.inc missing

Post by ViktorV » Mon 03 Nov 2014 05:55

It is good to see that the problem has been solved. Feel free to contact us if you have any further questions.

Post Reply