Re: Patching distributed EXE's
- Posted by Ray Smith <smithr at IX.NET.AU> Jan 24, 2001
- 537 views
On Wed, 24 Jan 2001 12:18:46 -0500, chris bensler <bensler at MAILOPS.COM> wrote: Hi Chris, > Just curious, is it possible to patch an EXE file created with EU? One possible solution which could work in specific situations is to distribute your program as source files with the PD Euphoria interpreter. The source files are usually smaller than the exe and you can update each individual file as required. Obviosuly people will have access to your source code. I still think anything less than 1 MB can be easily re-downloaded. Ray Smith