1. EuToC Translator - Using Icon for EXE
- Posted by Rad Aug 26, 2009
- 984 views
Hi,
While using EuToC Translator ecw.exe, how to incorporate an icon for the exe being generated? (as possible while binding Eu exe)
Are there any parameters to be passed for including an icon for exe?
Thanks & Regards, Rad.
2. Re: EuToC Translator - Using Icon for EXE
- Posted by DerekParnell (admin) Aug 26, 2009
- 1045 views
Are there any parameters to be passed for including an icon for exe?
No there is not. I'll add this to the enhancement request list.
3. Re: EuToC Translator - Using Icon for EXE
- Posted by Rad Aug 26, 2009
- 957 views
Are there any parameters to be passed for including an icon for exe?
No there is not. I'll add this to the enhancement request list.
Thanks, Derek.
Regards, Rad.
4. Re: EuToC Translator - Using Icon for EXE
- Posted by jeremy (admin) Aug 26, 2009
- 1003 views
Are there any parameters to be passed for including an icon for exe?
No there is not. I'll add this to the enhancement request list.
Hm. We should probably add the ability to specify a .rc file. With my Windows based Eu apps, I have a build file which builds euphoria, links in a rc file that sets up many different values, etc... That should take care of the icon also?
Jeremy
5. Re: EuToC Translator - Using Icon for EXE
- Posted by mattlewis (admin) Aug 26, 2009
- 939 views
Hm. We should probably add the ability to specify a .rc file. With my Windows based Eu apps, I have a build file which builds euphoria, links in a rc file that sets up many different values, etc... That should take care of the icon also?
I agree that this would be something allowed, however, doesn't this require extra steps from the coder to use the resource compiler? While some people will surely want to add all sorts of stuff, the common case is probably a simple icon. It seems appropriate to automate the process for that common task.
It's been a while since I've tried to do anything like that, so I'm not sure if the above makes sense.
Matt
6. Re: EuToC Translator - Using Icon for EXE
- Posted by jeremy (admin) Aug 26, 2009
- 936 views
Hm. We should probably add the ability to specify a .rc file. With my Windows based Eu apps, I have a build file which builds euphoria, links in a rc file that sets up many different values, etc... That should take care of the icon also?
I agree that this would be something allowed, however, doesn't this require extra steps from the coder to use the resource compiler? While some people will surely want to add all sorts of stuff, the common case is probably a simple icon. It seems appropriate to automate the process for that common task.
It's been a while since I've tried to do anything like that, so I'm not sure if the above makes sense.
Yes, you are correct, however, many of those items are what makes a "standard" windows exe. For instance, the creator, version, author, company, copyright, icon, etc... Further, style issues such as enabling XP theming.
Jeremy