== Quote from Joel Christensen (joel...@gmail.com)'s article > I noticed in windows with D you can use .res (eg. dmd main.d smile.res) > files for icons any way. but how do you make icon .res files?
With a resource compiler. Digital Mars supplies one as part of its C++ utilities package: http://ftp.digitalmars.com/bup.zip. Documentation is here: http://www.digitalmars.com/ctg/rcc.html