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

Error when Installing addon component

edited May 2003 in General
Hi,

I am using Delphi 6 and am trying to install The Jedi Version 2.10.

The Install seems to work ok, but when I run Delphi I get the following
error

Can't load package .....\Bin\JVCL200_D60.BPL
Cannot load package 'JVCL200_R60'. It contains unit 'ZLib', which is also
contained in package 'xtradev6'. Do you want to attempt to load this package
the next time project is loaded.

As XTRADEV comes with Report Builder, I am hoping you might know how to fix
this problem.

I have got around this problem before, but have had to reinstall Delphi and
all components, and forgot how I resolved issue last time.

Would appreciate any help

Thanks

Comments

  • edited May 2003
    Paul,

    Delphi does not allow two different design time packages to use the same
    resource. The only way you will be able to work around this is to unload
    XtraDev before loading your other package. We encountered this issue while
    developing ReportBuilder Server edition and we were forced to change the
    class and unit name reference of ZLib to use it in conjunction with XtraDev.
    A possible solution for you would be to change the source of XtraDev.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.