How does one attach a manifest file to a D executable on Windows?
John Chapman
john.chapman at live.com
Sun Jun 2 23:12:29 UTC 2024
On Sunday, 2 June 2024 at 21:46:41 UTC, solidstate1991 wrote:
> Well, it turns out I used the windres found in mingw instead of
> `rc.exe` since the latter cannot be found anywhere on my PC,
> even after reinstalling stuff. I need to hunt it down somehow.
rc.exe comes with the Windows SDK - it gets installed in one of
the subfolders of "C:\Program Files (x86)\Windows Kits\10\bin"
(on my machine it's in "10.0.22000.0\x64").
More information about the Digitalmars-d-learn
mailing list