Error: Required package 'dclmydac60' not found

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
enzorubino
Posts: 7
Joined: Tue 24 Jul 2007 16:04

Error: Required package 'dclmydac60' not found

Post by enzorubino » Tue 24 Jul 2007 16:19

Hi!

I use Delphi 6 and MyDac 4.40.0.23 (buy in 20th March 2007)
It goes all right, compile my projects using your components etc..

but now, trying to write my :( components that use a form with: TmyQuery and TCRDBGrid i cannot compile the package cause this error:

[Fatal Error] Lucus.dpk(46): Required package 'dclmydac60' not found

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 25 Jul 2007 09:48

This is a design-time package, and you do not need it in your components. You should find and remove all links to dclmydac60 in your components.

enzorubino
Posts: 7
Joined: Tue 24 Jul 2007 16:04

Solution

Post by enzorubino » Wed 25 Jul 2007 13:48

I found!

That package was needed from TMyEmbConnection component, now I've eliminated this one and all is going..

Special thanks!

Post Reply