Compilation problem with end user solution program
Hi !
I had to re-install all my computer, and delphi 6 environment...
When I try to compile a program based on a 'end user solution', I have this
error :
Fatal error : The unit daIBExpress was compiled with a different version of
IBDatabase.TIBDatabase
How can I Do to rebuilt this unit ?
Thank you fo your help
Didier Corbasson
Version
Delphi 6 SP 2
Report builder 6.03
IBExpress 6.05
I had to re-install all my computer, and delphi 6 environment...
When I try to compile a program based on a 'end user solution', I have this
error :
Fatal error : The unit daIBExpress was compiled with a different version of
IBDatabase.TIBDatabase
How can I Do to rebuilt this unit ?
Thank you fo your help
Didier Corbasson
Version
Delphi 6 SP 2
Report builder 6.03
IBExpress 6.05
This discussion has been closed.
Comments
Try changing your the entery in your library path from \RBuilder\Lib\ to
\RBuilder\Source\ and rebuild. This will recompile the daIBExpress.pas file
and create a new .dcu file. Once you have done this, go to the
\RBuilder\Source\... directory and move the newly created daIBExpress.dcu
file to the \Lib\... directory replacing the old one. Then change your
library path back.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That was the good solution !
Thank you for your help.
Best regards
Didier corbasson