Can anyone please tell me how to resolve these linker errors?
1 . "Error 1 error LNK2001: unresolved external symbol _CLSID_MMCVersionInfo"
2 . "Error 2 error LNK2001: unresolved external symbol _IID_IMMCVersionInfo"
Thanks,
Mushq
Printable View
Can anyone please tell me how to resolve these linker errors?
1 . "Error 1 error LNK2001: unresolved external symbol _CLSID_MMCVersionInfo"
2 . "Error 2 error LNK2001: unresolved external symbol _IID_IMMCVersionInfo"
Thanks,
Mushq
Add mmc.lib to your project and try
Thanks.