Am 01.02.2015 um 17:15 schrieb ketmar:
On Sun, 01 Feb 2015 16:07:58 +0000, John Chapman wrote:
On Sunday, 1 February 2015 at 08:37:23 UTC, ketmar wrote:
seems that my idea of using D to write a simple windows utility was
very wrong. ok, another attempt to use D for our windows developement
has failed. i'm in no way can sell manual ".def" creation to our team
-- they will make fun of me, showing how their Visual C can compile
this code without any troubles and external utilities...
It's easier to run coffimplib on the lib files from the Windows SDK.
sorry if i'm rude, i really appreciate your advice. i messed myself
thinking that this is another thread in "general" NG.
The Windows SDK can be downloaded seperately from visual studio:
https://msdn.microsoft.com/en-us/windows/desktop/ff851942.aspx
They are also backwards compatible, so the latest one should work on XP.
But you can also just use the oldest one available to make sure it still
works on your machine.