Results 1 to 4 of 4

Thread: problem in debug file

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default problem in debug file

    i see this message when i excute .exe file in debug file
    the program cant start because QtCored4.dll is missisng from computer

    any onr can help me with this problem;

  2. #2
    Join Date
    Nov 2010
    Posts
    20
    Thanks
    1
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: problem in debug file

    What's the problem ? Go to your Qt instal directory, and put the missing dll files next to your .exe

    Otherwise, you should be able to directly execute your file from Qt Creator.

  3. #3
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: problem in debug file

    Maybe you didn't compile debug version of Qt libraries, check if you have QtCored4.dll, QtGuid4.dll ect. in lib subdirectory of Qt install folder. If you don't, go to Qt directory with cmd and type make debug.

  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: problem in debug file

    You need to add the path to your Qt directory containing QtCored4.dll

    My Computer->Properties->Advanced->Environment Variables

Similar Threads

  1. Qt Creator How to set .pro file about debug and release
    By yycking in forum Qt Tools
    Replies: 2
    Last Post: 28th February 2011, 18:28
  2. How can we use .debug file?
    By learning_qt in forum Newbie
    Replies: 1
    Last Post: 11th September 2008, 11:06
  3. how to generate debug file???
    By sudheer in forum Qt Tools
    Replies: 2
    Last Post: 1st May 2008, 23:03
  4. Can't debug source file
    By oetzi in forum Newbie
    Replies: 5
    Last Post: 27th December 2007, 07:46
  5. Debug problem in Eclipse with qrc file
    By Vortex in forum General Programming
    Replies: 6
    Last Post: 27th December 2007, 00:56

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.