Results 1 to 8 of 8

Thread: load gstreamer runtime library dll to QT4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: load gstreamer runtime library dll to QT4

    First of all : ABC of C/C++ language. It should be :
    Qt Code:
    1. QLibrary myLib("C:\\gstreamer-sdk\\0.10\\x86_64\\bin\\libgstreamer-0.10-0.dll");
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: load gstreamer runtime library dll to QT4

    Or using forward slashes.

    Cheers,
    _

Similar Threads

  1. Replies: 13
    Last Post: 11th February 2015, 20:37
  2. how to add gstreamer library in qt?
    By shakthi in forum Newbie
    Replies: 1
    Last Post: 22nd December 2011, 12:03
  3. Qt-X11 & QT Runtime library RPM's... or SRPMS
    By codematic in forum Installation and Deployment
    Replies: 0
    Last Post: 11th November 2010, 00:02
  4. Latest QT Runtime Library RPM's ?
    By codematic in forum Installation and Deployment
    Replies: 2
    Last Post: 1st November 2010, 20:04
  5. Replies: 3
    Last Post: 6th March 2008, 11:55

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.