Embedd DLL into executable
- From: "Rune Moberg" <NOruneSPAM@xxxxxxxxxxxxx>
- Date: Mon, 14 Jan 2008 14:13:51 +0100
To ease deployment, I'd like to embedd a DLL with my executable as a resource.
I figure I could always dump the dll-resource to a temp file, and then load the temp file as a DLL, but is there a way I can skip this step? I.e. load the embedded DLL directly? (or: how is LoadLibrary implemented?)
--
Rune
.
- Follow-Ups:
- Re: Embedd DLL into executable
- From: Dennis Jones
- Re: Embedd DLL into executable
- From: Pavel A.
- Re: Embedd DLL into executable
- From: Volodymyr Shcherbyna
- Re: Embedd DLL into executable
- From: Kerem Gümrükcü
- Re: Embedd DLL into executable
- Prev by Date: Re: available memory from task manager
- Next by Date: Re: Embedd DLL into executable
- Previous by thread: available memory from task manager
- Next by thread: Re: Embedd DLL into executable
- Index(es):
Relevant Pages
|
Loading