Results 1 to 2 of 2

Thread: compiling problem / Qt DLL files

  1. #1
    Join Date
    Nov 2007
    Posts
    47
    Thanks
    34
    Qt products
    Qt4
    Platforms
    Windows

    Default compiling problem / Qt DLL files

    Hi,

    I have a program that handles image files. It can open and use all the image files that Qt4 supports. I recently tried to run my compiled program on another computer and got these errors:

    MINGWM10.DLL missing
    QTCORE4.DLL missing
    QTGUI.DLL missing

    I found these files (instead of QTGUI.DLL I found QTGUI4.DLL) in my original computer and transferred them to the other computer that gave the error messages. Now my program started to work on the new computer but I still had one problem. The program can now only handle BMP images but no other image file (for example no JPG's). Looks like I still miss an essential Qt file (perhaps a DLL) that contains info for other image files. The problem is that when I copied all the Qt DLL files I could find, the program could still only handle BMP's. Does anyone know what file I am missing?
    Thanks a bunch!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: compiling problem / Qt DLL files


Similar Threads

  1. problem while compiling qextserial port
    By jjbabu in forum Qt Programming
    Replies: 1
    Last Post: 15th September 2007, 14:01
  2. Replies: 7
    Last Post: 28th June 2007, 18:18
  3. problem with include files
    By JR in forum General Discussion
    Replies: 2
    Last Post: 22nd December 2006, 21:44
  4. Problem converting .ui files from Qt3 to 4
    By Amanda in forum Qt Programming
    Replies: 6
    Last Post: 28th October 2006, 05:34
  5. Replies: 10
    Last Post: 28th April 2006, 16:48

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.