CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2010
    Posts
    74

    error LNK2001: unresolved external symbol IID_IPOutlookApp2

    hi all,
    I am trying to access windows mobile phonebook in my application but i am getting following error:
    Error 13 error LNK2001: unresolved external symbol IID_IPOutlookApp2 phonebook.obj
    Error 14 error LNK2001: unresolved external symbol CLSID_Application phonebook.obj


    what can be reason?
    I already have included #include <pimstore.h> and have added pimstore.lib , but still have the same problem.

    thanks ,
    rohit

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: error LNK2001: unresolved external symbol IID_IPOutlookApp2

    Could something from this help you?
    Victor Nijegorodov

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