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. VLC-Qt Problem!

VLC-Qt Problem!

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 318 Views
  • 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.
  • K Offline
    K Offline
    kwtlm
    wrote on last edited by
    #1

    Hello, I'm new in this forum nice to meet u.
    I am studying VLC-Qt. After I builded VLC Lib,I try to run simple-player. The problem below appears when i build it. It seems that a conflict occurred between Qt5Core and VCLQtCore,But I don't know how to solve it.
    Thank!

    Qt5Core.lib(Qt5Core.dll):-1: error: LNK2005: "public: __cdecl QString::~QString(void)" (??1QString@@QEAA@XZ) 已经在 VLCQtCore.lib(Video.obj) 中定义
    Qt5Core.lib(Qt5Core.dll):-1: error: LNK2005: "public: void __cdecl QListData::dispose(void)" (?dispose@QListData@@QEAAXXZ) 已经在 VLCQtCore.lib(Video.obj) 中定义
    Qt5Core.lib(Qt5Core.dll):-1: error: LNK2005: "public: void * * __cdecl QListData::begin(void)const " (?begin@QListData@@QEBAPEAPEAXXZ) 已经在 VLCQtCore.lib(Video.obj) 中定义
    main.obj:-1: error: LNK2019: 无法解析的外部符号 "__declspec(dllimport) bool __cdecl VlcCommon::setPluginPath(class QString const &)" (__imp_?setPluginPath@VlcCommon@@YA_NAEBVQString@@@Z),函数 main 中引用了该符号
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Can you provide the English version of the messages you are getting ?

      Which compiler are you using ?
      Which version of Qt ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3

        @kwtlm said in VLC-Qt Problem!:

        VLCQtCore

        I built this before on Linux and did not see similar issues. Do you have two Qt versions on your machine?

        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