Where to find myDac.inc

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daniel Fagnan
Posts: 58
Joined: Fri 13 Oct 2006 00:08

Where to find myDac.inc

Post by Daniel Fagnan » Fri 13 Apr 2012 21:30

When I tried to compiled
unit frxMYDACComponents;

interface

{$I frx.inc}
{$I MyDac.inc}

MyDac.inc is missing
Where to find. :D

AndreyZ

Post by AndreyZ » Tue 17 Apr 2012 09:01

Hello,

Thank you for the information. We have fixed this problem. To solve the problem, you should remove the "{$I MyDac.inc}" line from the frxMYDACComponents unit.

Post Reply