Page 1 of 1

Can't use MyDac component to build new components

Posted: Mon 09 Apr 2007 15:22
by NoComprende
If I include any of the MyDac components in my package where I create my own components I get the following message

The following changes are necessary to make this package compatible with other installed packages.
Choose OK to apply these changes and rebuild the package.

Add dac60.


If I click OK and then try to install the package I get a message box stating the following

Cannot load package 'NewObjectsPackage'. It contains unit 'Daconsts' which is also contained in package 'dac60'.

The NewObjectsPackage 'Requires' list contains

bdertl.bpi
dbrtl.bpi
rtl.bpi
vcl.bpi
vcldb.bpi

I'm using BCB6 and MyDac 5.00.0.1 beta.

Posted: Tue 10 Apr 2007 09:41
by Antaeus
Try to add the dac60 and mydac60 packages to the 'Requires' list. This should solve the problem.

Posted: Tue 10 Apr 2007 17:37
by NoComprende
Thanks Antaeus but, I'm still getting the message

Cannot load package 'NewObjectsPackage'. It contains unit 'Daconsts' which is also contained in package 'dac60'.

As other weird things are happening on loading I suspect the package has become corrupted. When I have time, I will try and build a new package from scratch and get back to you if I have no success.

Posted: Thu 12 Apr 2007 06:54
by Antaeus
I tried to reproduce the problem but with no success. Try to make a small sample project to reproduce it. You can send the sample to me at evgeniyd*crlab*com.

Posted: Thu 12 Apr 2007 07:44
by NoComprende
Thanks Antaeus. Will do as soon as I have the time.