GeekArticles
Programming
Delphi
Programming
DelphiUse DLL from Resources (RES) Without Storing It On The File System First
<p>in <a and DLLs</i></a> ::</p>
<p>The article <a to store a DLL inside a Delphi program exe file as a resource</a> explains how to ship a DLL with your Delphi application executable file as a resource. </p>
<p>Recently, received an email from Mark E. Moss, asking if a <b>DLL stored in a RES can be used without first saving it on the file system (hard disk)</b>? My initial answer was use a DLL stored inside a Delphi application executable file, the DLL first needs to be stored on the file I was wrong :)</p>
<p>Read the <b>full article</b> to learn how to <b><a a DLL From a Resource Directly From Memory in Delphi Applications</a></b>.</p>
<p>NOTE: Soon after publishing this article received an email from Jason Penny: <br /><i>The linked BTMemoryModule.pas does not work with Delphi 2009 (and I would assume Delphi 2010 also). <br />
I found a similar version of the BTMemoryModule.pas file a while ago, and made changes so it works with (at least) Delphi 2006, 2007 and 2009. My updated BTMemoryModule.pas, and a sample project, are at <a for Delphi >= Resource (WAV, MP3, ...) into Delphi Executables</a></li>
<li><a and Using DLLs from Delphi</a></li>
<li><a and using a resource only DLL with Delphi</a></li>
</ul>
<p 1px solid DLL from Resources (RES) Without Storing It On The File System First</a> originally appeared on <a Delphi Programming</a> on Tuesday, January 19th, 2010 at 06:52:53.</p><p><a | <a | <a DLL from Resources (RES) Without Storing It On The File System this</a></p>
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
