Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Linker errors when building QT ActiveX DLL in Visual C++
Servers for Qt installer are currently down

Linker errors when building QT ActiveX DLL in Visual C++

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 902 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tmason101
    wrote on 2 Feb 2015, 04:49 last edited by
    #1

    Hello,

    I am trying to create an ActiveX DLL with QT in Visual C++ and I get the following errors when building:

    @
    Error 1 error LNK2001: unresolved external symbol DllCanUnloadNow
    Error 2 error LNK2001: unresolved external symbol DllGetClassObject
    Error 3 error LNK2001: unresolved external symbol DllRegisterServer
    Error 4 error LNK2001: unresolved external symbol DllUnregisterServer
    Error 5 error LNK2001: unresolved external symbol DumpIDL
    Error 6 error LNK1120: 5 unresolved externals
    @

    Am I missing any library includes?

    Thank you for your time.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tmason101
      wrote on 2 Feb 2015, 23:56 last edited by
      #2

      Hello,

      I don't know if this helps to mention but I am using the QT Visual Studio Addin (2013) to make the project.

      I thought it would take care of the defaults. Am I missing something?

      1 Reply Last reply
      0

      1/2

      2 Feb 2015, 04:49

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved