CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Romania, Mures, Tg. Mures
    Posts
    12

    error LNK2001: unresolved external symbol DllCanUnloadNow

    Hi,
    I have a MFC ActiveX Control application.
    Because of some external links I had to "Ignore All default libraries".
    Now I get the following error while linking:
    error LNK2001: unresolved external symbol DllCanUnloadNow
    What libraries should I add?
    Thanks,
    Corneliu.

    Corneliu I. Tusnea
    Infopulse Romania

  2. #2
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    1,793

    Re: error LNK2001: unresolved external symbol DllCanUnloadNow

    Hi...
    this is what msdn sais:
    "Header: Declared in objbase.h.
    Import Library: Included as a resource in oleaut32.dll"
    Good luck
    kishk

    kishk91@hotmail.com
    http://www.path.co.il
    ICQ: 13610258

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