Windows Resources
Adam D. Ruppe via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Sep 5 17:29:12 PDT 2015
On Saturday, 5 September 2015 at 19:06:15 UTC, Prudence wrote:
> That's about as far as I can get. (what resource data? Where I
> do put it? How, who, when?)
Resource data in Windows is data compiled into your exe. It is
stuff like icons, menus, or other arbitrary stuff you attach.
However, the code you posted doesn't access any of that so it
shouldn't be an issue here... what import did you use to access
the windows api? `import core.sys.windows.windows;` or something
else? Also, are you building 32 bit (the default) or 64 bit?
More information about the Digitalmars-d-learn
mailing list