Page 1 of 1

Error: Required package 'dclmydac60' not found

Posted: Tue 24 Jul 2007 16:19
by enzorubino
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

Posted: Wed 25 Jul 2007 09:48
by Antaeus
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.

Solution

Posted: Wed 25 Jul 2007 13:48
by enzorubino
I found!

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

Special thanks!