Re: ICON Solutions!
- Posted by Brian Broker <bkb at CNW.COM> Nov 17, 1999
- 544 views
On Wed, 17 Nov 1999 10:20:37 -0500, Bernie Ryan <bwryan at PCOM.NET> wrote: >Brian > > I think the problem is not that simple. > > When a resource ( icon ) is added to an exe it is append to the end of > the exe file then a offset to the resource location is inserted in the > exe header. If a icon is added to the exw.exe file it is append ok but > if you bind any files to the exw.exe then the resource file will be > sandwiched in between the exw.exe and the bound files and I think that > is a major problem when you try to change the icon. > > Bernie Well, my solution would have been to modify only a bound executable: adding the icon resource and modifying the header appropriately. But Brian Jackson raised the point of violating the license agreement by making such modifications. Rob: do you consider such a modification to a bound executable a violation of the license agreement? I'd rather not start such a project if it is forbidden. I'd also like to hear your take on the suggestion of adding a modifiable icon resource to exw.exe (or perhaps your own solution built into bind.ex). Thanks, Brian