Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. LINK2019: external symbol link
Forum Updated to NodeBB v4.3 + New Features

LINK2019: external symbol link

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 799 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    My app is a windows only app. I have to use the keykb_event form user32.lib (Windows.h) which works fine compling Qt 5.4.2 MSVC2013 OpenGl 64bit. Switching to Qt 5.4.2 MSVC2013 64bit. I get the error tachymeter.obj:-1: Fehler: LNK2019: Verweis auf nicht aufgelöstes externes Symbol "__imp_VkKeyScanW" in Funktion ""private: void __cdecl Tachymeter::GenerateKey(char *)" (?GenerateKey@Tachymeter@@AEAAXPEAD@Z)". which sure enough is the keykb_event.
    I tried win32:LIBS in pro file did not work. Check all the lib path settings for the different Qt Version settings and could not find anything. Maybe someone has an idea.

    1 Reply Last reply
    0
    • CharbyC Offline
      CharbyC Offline
      Charby
      wrote on last edited by
      #2

      I am not a windows user, so I am wild guessing here...What we know is that it lacks the definition of GenerateKey method of Tachymeter. Are you sure Tachymeter class is part of user32.lib ? You can check if the function signature is correct. It might also be a precompiled header cache issue, did you already try to clean and rebuild ?

      1 Reply Last reply
      0

      • Login

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