Include DLL's within an EXE
- From: "Bob Richardson" <bobr at whidbey dot com>
- Date: Thu, 30 Mar 2006 17:55:49 -0800
I finally got my DLL, written in C, useable in Delphi. The code is:
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.
.
- Follow-Ups:
- Re: Include DLL's within an EXE
- From: J French
- Re: Include DLL's within an EXE
- From: Marco van de Voort
- Re: Include DLL's within an EXE
- From: Jeroen Wenting
- Re: Include DLL's within an EXE
- From: Jamie
- Re: Include DLL's within an EXE
- Prev by Date: Dbimage ??? no scrollbars
- Next by Date: Re: Include DLL's within an EXE
- Previous by thread: Dbimage ??? no scrollbars
- Next by thread: Re: Include DLL's within an EXE
- Index(es):
Relevant Pages
|