Re: Newbie questions about Delphi...
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Tue, 14 Oct 2008 03:28:56 -0500
Kenneth Porter wrote:
Kevinp <kevinp@xxxxxxxxxx> wrote in
news:e3r7f41nirctchkdkok6vec7pd7b4c7a4c@xxxxxxx:
I'll probably dabble a little with Delphi when I have the time. When I
played with it before years ago, it was to create an auto-run program
for a CD. The Delphi executable would run straight off the CD, where
VB had to have the run-time files installed.
In other words, the Delphi program was statically linked.
No. You can load DLLs off a CD. The current directory and the application's own directory are both searched for DLLs. LoadLibrary will accept a path to removable storage.
It's likely that the VB program needed some ActiveX controls to be registered, or, like Kevin said, it needed the VB RTL to be installed. The VB interpreter is not just a DLL that the application loads.
--
Rob
.
- References:
- Newbie questions about Delphi...
- From: Kevinp
- Re: Newbie questions about Delphi...
- From: Kevinp
- Re: Newbie questions about Delphi...
- From: Kenneth Porter
- Newbie questions about Delphi...
- Prev by Date: Re: Newbie questions about Delphi...
- Next by Date: ANN: Product Scope 7 and Profile Exchanges enhanced with SetupCast publishing methods
- Previous by thread: Re: Newbie questions about Delphi...
- Next by thread: System.pas error
- Index(es):
Relevant Pages
|