CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    119

    Question How to resolve linker errors related to IID _MMCVersionInfo

    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

  2. #2
    Join Date
    Apr 2008
    Posts
    133

    Re: How to resolve linker errors related to IID _MMCVersionInfo

    Add mmc.lib to your project and try

  3. #3
    Join Date
    Feb 2007
    Posts
    119

    Re: How to resolve linker errors related to IID _MMCVersionInfo

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured