How do I embed a binary within a Delphi executable and extract at runtime?
Posted
by Mick
on Stack Overflow
See other posts from Stack Overflow
or by Mick
Published on 2010-05-03T20:20:32Z
Indexed on
2010/05/03
21:18 UTC
Read the original article
Hit count: 228
delphi
I'd like to embed an executable inside of my Delphi binary and extract it at runtime. The purpose of this is to ensure that a helper utility is always available on the system, without having to distribute multiple files.
With Delphi 2007 I have used JvDataEmbedded, but I am building a console application and I want to know if anyone knows of another way to do it without having to add a hidden form for JvDataEmbedded.
I am using Delphi 2010.
© Stack Overflow or respective owner