Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Delphi 6: Build with runtime packages
| Subject: | Re: Delphi 6: Build with runtime packages |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 2 Jun 2006 12:04:38 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:44805204@newsgroups.borland.com...
> Why does Delphi say "Build WITH" if it actually builds "WITHOUT"
> runtime packages?
Because you are ENABLING the use of runtime packages, not DISABLING them.
Runtime packages are .bpl files that you would have to distribute with the
.exe file. By building WITH runtime packages enabled, you are telling the
.exe file to use .bpl files.
Gambit