Re: How to load DLL from a specific folder
- From: "Finn Tolderlund" <no@xxxxxxx>
- Date: Fri, 30 Sep 2005 07:01:25 +0200
"Andy" <andy@xxxxxxxxxx> skrev i en meddelelse
news:433cbd86@xxxxxxxxxxxxxxxxxxxxxxxxx
> I have a .pas wrapper for a C++ dll. Currently, it is compiled into the
> application where it would bombed out without the presence of the dll. How
> do I make my application load the dll from a specific folder in my code?
And
> how do I use my .pas wrapper in this particular case?
You will have to use use dynamic loading of the dll. With LoadLibrary you
can specift exact path of the dll.
For examples search google groups for
LoadLibrary GetProcAddress FreeLibrary
--
Finn Tolderlund
.
- Follow-Ups:
- Re: How to load DLL from a specific folder
- From: Hannes Danzl[NDD]
- Re: How to load DLL from a specific folder
- References:
- How to load DLL from a specific folder
- From: Andy
- How to load DLL from a specific folder
- Prev by Date: How to load DLL from a specific folder
- Next by Date: Re: How to load DLL from a specific folder
- Previous by thread: How to load DLL from a specific folder
- Next by thread: Re: How to load DLL from a specific folder
- Index(es):
Relevant Pages
|