Page 1 of 1

Problem by using dcldbxida140-package in own packages

Posted: Tue 18 Oct 2011 08:35
by normancz
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

Posted: Thu 20 Oct 2011 15:32
by Dimon
To solve the problem, add the %dbExpress_driver_for_SQL_Server_Install_Dir%\Source directory to the Library Path of your IDE.

Posted: Thu 20 Oct 2011 15:33
by Dimon
Also this problem was discussed in the following topic:
http://www.devart.com/forums/viewtopic.php?t=21583