Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Oct : Why does 'Build with run-time packages' still require all packages?

www.cryer.info
Managed Newsgroup Archive

Why does 'Build with run-time packages' still require all packages?

Subject:Why does 'Build with run-time packages' still require all packages?
Posted by:"Johann Campbell" (johann_dot_campbell@no_spam_dot_gmail_dot_com)
Date:Sat, 20 Oct 2007 10:49:26

Hi I am trying to modularise some reports for my application so I decided to
distribute those reports and their logic within some BPLs. I use the 'Build
with run-time packages' option so I could ship the common units used by the
report modules in a separate bpl, let's call it 'corereportintf'. This is
the only listed bpl in the list for run-time packages; I will load the
report modules when needed by the application. I tested this on a small
application however when the application was ran the first time, instead of
only requiring the 'corereportintf' module only, it is looking for
rtl100.bpl, and others.

I thought only the listed bpls should be needed at runtime. What am I doing
wrong and how can I get my application to only require the 'core...' bpl
when being loaded?

Thanks,

Johann.

Replies:

www.cryer.info
Managed Newsgroup Archive