Re: [wxlua-users] Embeding a binary file into an executable

2007-01-22 Thread Ryan Pusztai
On 1/22/07, John Labenski <[EMAIL PROTECTED]> wrote: On 1/22/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > Does anybody know how to embed a binary file into an executable and then > extract it back out at runtime. I want to create a utility that can make > application self contained and if they

Re: [wxlua-users] Embeding a binary file into an executable

2007-01-22 Thread John Labenski
On 1/22/07, Ryan Pusztai <[EMAIL PROTECTED]> wrote: > Does anybody know how to embed a binary file into an executable and then > extract it back out at runtime. I want to create a utility that can make > application self contained and if they require dlls or external files they > can be packed into

[wxlua-users] Embeding a binary file into an executable

2007-01-22 Thread Ryan Pusztai
Does anybody know how to embed a binary file into an executable and then extract it back out at runtime. I want to create a utility that can make application self contained and if they require dlls or external files they can be packed into the .exe file. Then at run-time it extracts them and then