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

Design time package dclRBE1010.dpk requires clause doesn't include correct packages

edited January 2008 in General
Hi,

I found that design time package "dclRBE1010.dpk" requires the following
packages by default:

requires
vcljpg,
DesignIde,
rbRCL1010,
rbBDE1010,
rbIDE1010,
rbCIDE1010;

However, after I try to re-compile the packages in Delphi 2007, two more
packages are required:

dbrtl,
vcldb

And I found out that package rbBDE1010 is not needed.

The final requires clause should be:

requires
dbrtl, // new
vcldb, // new
vcljpg,
DesignIde,
rbRCL1010,
// rbBDE1010,
rbIDE1010,
rbCIDE1010;

--
Best regards,
Chau Chee Yang

E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting

Comments

  • edited January 2008
    Hi Chau,

    What exactly are you trying to accomplish? There technically should be no
    need to rebuild the designtime packages and it is not recommended. We use
    these exact designtime packages to create our final builds however I can not
    be sure your environment is the same as our build machines'.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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