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 Thanks, Christian ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
