Results 1 to 3 of 3

Thread: vlc-qt lib

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2013
    Posts
    5
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default vlc-qt lib

    Hi, can anyone give me step by step solution of installing vlc-qt libary it can be staticly or dynamicly, i dont care. I tried google i will preciate any help. I found in this site: http://projects.tano.si/ libary and i added .h files but compiler gives me error: undefined reference to `_imp___ZN14VlcMediaPlayerC1EP11VlcInstance, so i think i dont have .dll files, but i dont know how to get them and where to put. i'm using windows and qt creator.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: vlc-qt lib

    I'd start by installing VLC and ensuring that the VLC core library can be found somewhere on the path specified in your LIBS variable along with the VLC-Qt stuff.
    Qt Code:
    1. LIBS += -L$$quote{c:/Path to the/VLC-Qt} -lvlc-qt -lvlc-qt-widgets
    2. LIBS += -L$$quote{C:/Program Files/VLC} -lvlccore
    To copy to clipboard, switch view to plain text mode 
    You will probably need to adjust the path and/or library name (I am guessing).

    Beyond that, it is generally helpful if you post information on what you have done and what the entire error messages are.

  3. #3
    Join Date
    Jun 2013
    Posts
    5
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Default Re: vlc-qt lib

    unfortunatly now program compile but get:
    Starting C:\Qt\Qt5.0.1\Tools\QtCreator\bin\kamery2-build-Desktop_Qt_5_0_1_MinGW_32bit-Release\release\kamery2.exe...
    The program has unexpectedly finished.
    C:\Qt\Qt5.0.1\Tools\QtCreator\bin\kamery2-build-Desktop_Qt_5_0_1_MinGW_32bit-Release\release\kamery2.exe exited with code -1073741515

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.