| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
| Behalf Of Kerry Sainsbury
| Sent: Sunday, 6 December 1998 09:22
| To: Multiple recipients of list delphi
| Subject: Re: [DUG]: DLL question
|
|
| In my experience, Packages work fine as long as you compile and distribute
| your entire software system together. Packages fall down if you want to be
| able to distribute a *part* of your system independantly of the main
| portion.
|
| Translation: If you've found a bug in your invoicing package, you
| can't just
| resend the package, you'll have to recompile and resend everything.
|

True if you statically link to them, but if you load them dynamically with
LoadPackage blah blah blah, and use it as a library of functions and
procedures, then this problem does not occur.

Wade

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to