On 02/20/13 14:42, Christian Franke wrote:
> Ahmet Alacadoğan wrote:
>> which lib has this reference in mingw w64 i used -lkernel32 -luser32
>> -lgdi32 -lwinspool -lshell32 -lcomdlg32 -ladvapi32 -lwindowscodecs
>> -ld3d9  -lole32 -loleaut32  -luuid no luck
> No lib*.a file from recent (Cygwin) package 
> mingw64-x86_64-runtime-3.0b_svn5591-1 provides this symbol.
> (In MS Windows SDK, these symbols are provided by wbemuuid.lib)
>
> I used this workaround:
> http://sourceforge.net/apps/trac/smartmontools/browser/trunk/smartmontools/os_win32/wmiquery.cpp?rev=3777#L99

I've just committed a patch that adds libwbemuuid.a to mingw-w64-crt.
This, however, currently contains only IID_IWbemLocator and nothing
else. Proper support for other GUIDs would preferably be done by moving
wbemcli.h to an IDL file (or using Wine's IDL file).

Cheers,
Jacek

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to