On 27-Feb-11 12:56 AM, J Chapman wrote:
== Quote from Joel Christensen (joel...@gmail.com)'s articleI 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
Thanks Chapman. :-)