Re: Help choosing Delphi version?
From: MikeB (m.byerleyATVerizonDottieNettie)
Date: 03/20/05
- Next message: Brett: "Re: Help choosing Delphi version?"
- Previous message: Brett: "Re: Help choosing Delphi version?"
- In reply to: Charles Appel: "Re: Help choosing Delphi version?"
- Next in thread: Brett: "Re: Help choosing Delphi version?"
- Reply: Brett: "Re: Help choosing Delphi version?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 20 Mar 2005 14:49:59 -0500
"Charles Appel" <charlesappel@mindspring.com> wrote in message
news:7pi%d.16258$qf2.11503@newsread2.news.atl.earthlink.net...
> "Brett" <no@spam.net> wrote in message
> news:z_GdnTrMWbY-NqDfRVn-gQ@rcn.net...
> > How does the EXE run if the run-time isn't there?
>
> The run-time is there. But it is contained within the EXE.
> This is the main reason why a typical Delphi application
> is larger than a VB app. It has the runtime built in. VB apps
> do not and therefore the runtime dll must be distributed with
> them (or must already reside on the machine.)
VB runtimes have been present on NT class machines since NT4SP2.. I don't know
about Win98ME and up.
> > Isn't this where VB runs into its DLL Hell problems? How does the Delphi
> > EXE avoid this?
>
> I avoid it by not using packages. The point here is that Delphi gives
> you the choice. You can deliver totally self-contained executeables
> or you can distribute an executable that requires packages. The only
> reason to do the latter would be to distribute a suite of applications
> that all use the same libraries. In that case compiling with packages
> makes sense because the individual programs will be smaller and
> only one set of packages is needed for all of them. To avoid DLL
> Hell, install the packages in the same directory as the programs.
>
> > One more thing, where do you see the cheapest versions of Delphi Pro 4+?
>
> I haven't seen a copy recently. From time to time they show up
> on E-Bay. Unfortunately, so do a lot of scams.
>
> One potential source of legitimate copies is here:
>
> http://www.emsps.com/oldtools/bordel.htm
>
> But they don't seem to have a copy at the moment. They do
> seem to have one Delphi 4 Client/Server edition in stock. That
> would be one step above the pro edition.
>
> --
> Charles Appel
> "A generation which ignores history has no past - and no future."
> Robert Anson Heinlein
>
>
- Next message: Brett: "Re: Help choosing Delphi version?"
- Previous message: Brett: "Re: Help choosing Delphi version?"
- In reply to: Charles Appel: "Re: Help choosing Delphi version?"
- Next in thread: Brett: "Re: Help choosing Delphi version?"
- Reply: Brett: "Re: Help choosing Delphi version?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|