Re: Include DLL's within an EXE
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 21:15:18 -0800
Bob Richardson wrote:
I finally got my DLL, written in C, useable in Delphi. The code is:create a resource file and add it to your project.
function SolveBoard(Deal: TDDDeal; Target, Solutions, Mode: integer;
FTPtr: pFutureTricks): integer; stdcall; external 'DDS.dll';
I'm now wondering if it is possible to include the DLL within the final EXE file - somewhat like including a resource file within the EXE. Is that possible? Where can I read up on it, if it is?
I realize that this would defeat one of the original purposes for DLL's - namely, conserving disk space. But there are certainly benefits minimizing the number of files associated with an app.
use this line..
ID_Name RT_RAW C:\your_project_Folder\DDS.DLL
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- References:
- Include DLL's within an EXE
- From: Bob Richardson
- Include DLL's within an EXE
- Prev by Date: Include DLL's within an EXE
- Next by Date: Re: Include DLL's within an EXE
- Previous by thread: Include DLL's within an EXE
- Next by thread: Re: Include DLL's within an EXE
- Index(es):
Relevant Pages
|