The bindings are translated from mingw headers, and mingw doesn't
supply libraries with precompiled GUIDs, only functions. But
bindings for GUIDs are pretty simple:
extern extern(System) CLSID CLSID_SWbemLocator;
Just copy the names you want.
On Tuesday, 22 September 2015 at 10:03:52 UTC, Thomas Mader wrote:
Do I miss something? Does anyone have wrapped this lib?
This was also asked on stackoverflow some time ago. [1]
Wonder if something happend since then.
[1]
http://stackoverflow.com/questions/24051606/can-i-use-routines-from-co
I looked at some of the windows API wrapper projects for D on
github [1][2], but none of them seems to have wrapped
wbemuuid.lib right now.
Do I miss something? Does anyone have wrapped this lib?
Thomas
[1] http://code.dlang.org/packages/windows-headers
[2] https://github.com/smjgordon/binding