exe-Icon

Jimmy Cao jcao219 at gmail.com
Mon Aug 1 09:55:53 PDT 2011


Yes, add it as an ICON resource.
In a .rc file:

100 ICON "icon.ico"

Then compile the resource file with your favorite resource compiler.
Then pass the .res file as an argument to dmd.

On Mon, Aug 1, 2011 at 10:27 AM, Nrgyzer <nrgyzer at gmail.com> wrote:

> Hi guys,
>
> the most applications using there own icons for the exe-file. I'm
> currently using external tools to set my own icon for the exe, but is
> there any chance to automatically set the icon using the dmd compiler?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20110801/4ba9bcd4/attachment.html>


More information about the Digitalmars-d-learn mailing list