Problem by using dcldbxida140-package in own packages
Posted: Tue 18 Oct 2011 08:35
Hi,
I'm using the DbxIda 3.0 Driver with Delphi 2010 and can't use the DBXDevartInterBase Unit in my own packages.
When I include the DBXDevartInterBase unit in the source of my package, Delphi wants to add the dcldbxida140-package into the requires. But then it can't find this package. I think it needs a dcldbxida140.dcp file.
When I ignore the required-warning, I could compile the Package but on the next Delphi start it could not load my package because it use the same DBXDevartInterBase unit as the dcldbxida140-package.
My Workaround: remove the dcldbxida140-package
I'm using the DbxIda 3.0 Driver with Delphi 2010 and can't use the DBXDevartInterBase Unit in my own packages.
When I include the DBXDevartInterBase unit in the source of my package, Delphi wants to add the dcldbxida140-package into the requires. But then it can't find this package. I think it needs a dcldbxida140.dcp file.
When I ignore the required-warning, I could compile the Package but on the next Delphi start it could not load my package because it use the same DBXDevartInterBase unit as the dcldbxida140-package.
My Workaround: remove the dcldbxida140-package