Best regards,
/Jörgen
Actually since all base components are in RTLxxxx & VCLxxxx it is
recomended to have both of them in reuired component list.
regards
Yannis.
Thanks,
/Jören
> Ok, that seems logical. But, I only want my own packages as external dependencies, and all the rtl and vcl stuff built into the application.
> The reason: Simplified distribution of updates in my/our environment.
Since both your exe and your packages need to share code in the rtl
packages they need to be in a separate library.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
> I've read across the Internet that checking the "Build with runtime
> packages" makes Your application require rtl100. Why is that?
Because you must include all packages that your packages depends on,
and because no package can subsume the functionality of any other
package. Since essentailly all packages require the RTL, you need it in
nearly every case. You may need others, too, depending on what's in
your package.
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
How to ask questions the smart way:
http://www.catb.org/~esr/faqs/smart-questions.html