Results 1 to 5 of 5

Thread: Very basic prob

  1. #1
    Join Date
    Jan 2010
    Location
    tamil nadu,thanjavur
    Posts
    18
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Very basic prob

    Hello people,
    Yesterday i was going through vlc player's documentation
    it told U R USING Qt4 interface...but qt is not installed right?
    How does it work den...
    i also use a utility win32 -diskimager
    it has the files needed for qt programs that guid.dll etc etc
    BUt the point is that qt is not installed ...what significance?
    Thanks

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Very basic prob

    Qt doesn't have to be installed. On Windows, the most basic Qt programs can work be simply including "QtCore4.dll" in the programs main distribution. More complex programs may include "QtGUI4.dll" too. VLC probably contains both files.

  3. #3
    Join Date
    Jan 2010
    Location
    tamil nadu,thanjavur
    Posts
    18
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Very basic prob

    But i dnt see any file like this in the vlc setup??

  4. #4
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Very basic prob

    Maybe it's statically linked? Then you don't need those files.

  5. #5
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: Very basic prob

    Quote Originally Posted by Noks View Post
    But i dnt see any file like this in the vlc setup??
    Either that file could be in the program directory or windows system directory, if the program was compiled with share librarys. If the progam was statically compiled
    all the library's inside the dll's will be put in the exe.file, so they will no be in the distribution setup
    __________________________________________________
    My projects: calculator MathGraphica ; SuperEpicMegaHero game ; GooglePlay ; bitbucket ; github
    Like my projects ? Buy me a kofi

Similar Threads

  1. prob with keyPressEvent()
    By Askar in forum Qt Programming
    Replies: 3
    Last Post: 14th December 2009, 07:47
  2. Prob in designing inbox
    By Askar in forum Qt Programming
    Replies: 1
    Last Post: 16th November 2009, 14:08
  3. Prob: Adding SpinBox to the GraphicsWidget
    By ashishsaryar in forum Qt Programming
    Replies: 1
    Last Post: 20th May 2008, 09:00
  4. noob prob?
    By triperzz in forum Qt Programming
    Replies: 1
    Last Post: 26th January 2008, 10:19
  5. prob on connect
    By mickey in forum Newbie
    Replies: 3
    Last Post: 4th July 2006, 07:28

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.