Design time package dclRBE1010.dpk requires clause doesn't include correct packages
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com