Results 1 to 10 of 10

Thread: No icons visible in XP System Tray or Listbox?

Hybrid View

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

    Default Re: No icons visible in XP System Tray or Listbox?

    Quote Originally Posted by V4Friend View Post
    Which leads me to another matter: I have compiled my program in Visual Studio. As a matter of fact: I can only compile 'Release', or the program crashes... When I only put qico4.dll in the folder, it did not work. I guess the qico4d.dll is actually a 'debug' version? How could that be right?
    Yes, qico4d is debug version, you don't need for release.

  2. #2
    Join Date
    Apr 2010
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Re: No icons visible in XP System Tray or Listbox?

    Quote Originally Posted by fatjuicymole View Post
    Yes, qico4d is debug version, you don't need for release.
    That's exactly what puzzels me: if I leave it out, the icons don't show
    So somehow the wrong .dll is required.

    How do I change that? (or should I start another thread?)

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

    Default Re: No icons visible in XP System Tray or Listbox?

    Which is the biggest file? Debug libraries are always larger than release versions as they (not suprisingly) contain debugging info.

  4. #4
    Join Date
    Apr 2010
    Posts
    11
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default Re: No icons visible in XP System Tray or Listbox?

    Quote Originally Posted by fatjuicymole View Post
    Which is the biggest file? Debug libraries are always larger than release versions as they (not suprisingly) contain debugging info.
    The biggest is, as expected the qicod4.dll The problem is: why does Qt need the debug-version and not the release version.
    Do I have to rebuild Qt or something like that?

Similar Threads

  1. Minimize to system tray
    By aLiNuSh in forum Newbie
    Replies: 17
    Last Post: 4th March 2010, 12:51
  2. How to keep System tray icons
    By mkkguru in forum Qt Programming
    Replies: 10
    Last Post: 24th February 2010, 16:19
  3. how to use System Tray Icons in QToolBar
    By wagmare in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2009, 15:52
  4. Minimize to system tray
    By krivenok in forum Qt Programming
    Replies: 5
    Last Post: 13th January 2009, 04:34
  5. system tray problem
    By vvdounai in forum Qt Programming
    Replies: 5
    Last Post: 14th November 2007, 08:25

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.