Results 1 to 3 of 3

Thread: qt5cored.dll error while executing a qt application

  1. #1
    Join Date
    Nov 2013
    Location
    Chandigarh, India
    Posts
    62
    Thanks
    8
    Thanked 11 Times in 7 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default qt5cored.dll error while executing a qt application

    Whenever I try to execute an application outside Qt, i.e through Build folder, it gives an error that qt3cored.dll not installed on your system. I downloaded the .dll file but I am unable to know how to install it. Can someone help me with this?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: qt5cored.dll error while executing a qt application

    It is part of Qt3 and should be installed when you installed Qt3. When you deploy the application all the relevant/used Qt3 DLLs should go with the application, typicaly in the same folder as the exe or on the system path. How Windows searches for DLLs is well documented and easily located with 5 seconds of Google-fu.

    The DLL also appears to be debug version, and you should be aiming to deploy a release build of your application.

    Edit: The title and the content of your post do not match. The title implies a Qt5 DLL and your post gives a Qt3 DLL. Either way, the solution is the same
    Last edited by ChrisW67; 21st December 2013 at 06:04.

  3. #3
    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: qt5cored.dll error while executing a qt application

    Quote Originally Posted by ChrisW67 View Post
    Edit: The title and the content of your post do not match. The title implies a Qt5 DLL and your post gives a Qt3 DLL. Either way, the solution is the same
    Must be either Qt4 or Qt5, Qt3 wasn't yet split into modules libraries

    Cheers,
    _

Similar Threads

  1. Replies: 6
    Last Post: 2nd December 2013, 15:53
  2. Problem executing application
    By A9am in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 28th May 2012, 08:15
  3. error while executing qt application
    By khadija123 in forum Qt Programming
    Replies: 1
    Last Post: 13th April 2012, 22:16
  4. Executing a external console application!
    By WillianBR in forum Qt Programming
    Replies: 2
    Last Post: 31st May 2011, 07:30
  5. Error while executing a application - Gtk WARNING
    By augusbas in forum Qt Programming
    Replies: 1
    Last Post: 12th June 2010, 12: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.