Results 1 to 5 of 5

Thread: Any special .dll for images ?

  1. #1
    Join Date
    Jan 2006
    Posts
    185
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Any special .dll for images ?

    I have Qt installed in 2 computers. One with Linux and the other with Windows.

    I am taking screenshots of the desktop and in both computers it works fine. When I run my program in another computer, without any Qt installation, the program works, but the screenshot is always empty.

    I have attached some libraries to my program, therefore it is able to run in this new computer.

    Is there any .dll or something that I need to give together with my program, so the screenshots will work ?

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Any special .dll for images ?

    See if you can use the dependency walker to determine which dlls that are used. Qt 4 comes as a set of dlls, and some depends on the others.

  3. #3
    Join Date
    Jan 2006
    Posts
    185
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Any special .dll for images ?

    What is the dependency walker ?
    How do I use it ?

    more info please...

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Any special .dll for images ?

    J-P Nurmi

  5. #5
    Join Date
    Jan 2006
    Location
    Ukraine, L'viv
    Posts
    57
    Thanks
    3
    Thanked 4 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Any special .dll for images ?

    You need directory imageformats with image plugins (like qgif1.dll, qjpeg1.dll for windows) under dir. where your executable lies. Or try put libraries in one of directories which is in environment path but I didn't try this way.

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.