Somehow I keep forgetting this ‘be aware though’ part below, hence this blog post :-)
![]()
When you are developing packages, sometimes you need units that are part of the VCL/RTL source tree.
Normally when compiling such a package, Delphi suggests the depending VCL/RTL package to add to your required package list.
However, that does not always work, especially with design-time packages (those start with ‘dcl’ in stead of ‘vcl’).
The last time I bumped into this was when I developed a package that needed the MessageDigest_5 unit.
Read the rest of this entry »






