Board index » delphi » How to put(pack) exe(dll) file in exe?
je...@iss.u-net.com (J French)
![]() Delphi Developer |
Thu, 14 Nov 2002 03:00:00 GMT
How to put(pack) exe(dll) file in exe?
I assume that what you want to do is to distribute just one file.
It appears that you have a 'favourite' DLL that you want to distribute You could look at making a self extracting system - I would check out The easiest thing is NOT to have a DLL - just include the code in your I assume that you have considered this - and that you do not have the However if you really must do this : - Append the DLL to the end of your EXE A sledgehammer to crack a hazelnut - but it'll work. On Sun, 28 May 2000 14:23:10 +0200, "Mindaugas Ezerskis" Quote<me...@takas.lt> wrote: |