|
-
December 29th, 2008, 06:15 PM
#8
Re: Load Dll from Embedded Resource
 Originally Posted by marceln
Maybe I'm not up to date with the new trends, but what exactly is the purpose of having a DLL embedded in the executable? Doesn't this contradict with the whole concept of Dynamic-Linked Libraries?
Unless you want to hide something (such as a DLL you weren't suppose to use for free, or an open source DLL that's not under LGPL  )...
There are many good reasons.
You still get the benefits of a DLL, but you now have "copy deployment" of a single file.
You can also update individual components without a re-compile or re-link (this applies to both the native and manages conditions).
I use this quite regularly to provide single file executables. They are very handy in situations such as carring/distributing applications on "tumb-drives".
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|