Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Compilation problem with end user solution program

edited March 2004 in General
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

Comments

  • edited March 2004
    Hi Didier,

    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.
    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2004
    Hi nico,
    That was the good solution !
    Thank you for your help.

    Best regards

    Didier corbasson

This discussion has been closed.