Thread overview | |||||
---|---|---|---|---|---|
|
September 22, 2015 Has anyone created a D wrapper for wbemuuid.lib | ||||
---|---|---|---|---|
| ||||
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/bindings/tree/master/win32 |
September 22, 2015 Re: Has anyone created a D wrapper for wbemuuid.lib | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Mader | 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-comdef-h-wbemidl-h-etc-in-d |
September 22, 2015 Re: Has anyone created a D wrapper for wbemuuid.lib | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thomas Mader | 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. |
Copyright © 1999-2021 by the D Language Foundation