Results 1 to 3 of 3

Thread: The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.

  1. #1
    Join Date
    Jun 2014
    Posts
    47
    Thanks
    6
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.

    hi to all,
    I am new to Qt and I installed Qt5.3.1 in my win 7 desktop pc, with mingw shipped with this. I created one simple
    GUI project. this required these DLLs to run executable file. (all DLLs are downloaded from www.dll-files.com)

    1. icudt51.dll
    2. icuin51.dll
    3. icuuc51.dll
    4. msvcp100d.dll
    5. msvcp110.dll
    6. msvcp110d.dll
    7. msvcr110.dll
    8. msvcr110d.dll
    9. Qt5Cored.dll
    10. QtCored4.dll

    and then I hang-up with this error :-

    Qt Code:
    1. Starting D:\Projects\QtProjects-Win\build-hello_GUI-Desktop_Qt_5_3_MinGW_32bit-Debug\debug\hello_GUI.exe...
    2. The program has unexpectedly finished.
    3. D:\Projects\QtProjects-Win\build-hello_GUI-Desktop_Qt_5_3_MinGW_32bit-Debug\debug\hello_GUI.exe crashed
    4. In IDE execution of project.
    To copy to clipboard, switch view to plain text mode 
    And error in executing "filename".exe file
    Qt Code:
    1. The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located in dynamic link library Qt5Cored.dll.
    To copy to clipboard, switch view to plain text mode 
    how to overcome this problem.
    please help.
    Last edited by rahulvishwakarma; 22nd August 2014 at 10:05.

  2. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,536
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.

    msvc* dll's are required by Microsoft Visual C++ not by mingw. You have mixed two enviroments : mingw and MSVC.

  3. #3
    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: The procedure entry point _ZNqt_assert_xPKcS0_S0_i could not be located.

    (all DLLs are downloaded from www.dll-files.com)
    Why? Delete these and use the the DLLs in the Qt distribution you built against. These will actually match each other and the compiler toolchain you used to build your project.

Similar Threads

  1. Procedure entry point not found
    By Ishmael in forum Newbie
    Replies: 5
    Last Post: 11th October 2009, 08:15
  2. Procedure entry point not found
    By Ishmael in forum Installation and Deployment
    Replies: 1
    Last Post: 9th October 2009, 18:57
  3. Replies: 0
    Last Post: 6th August 2009, 18:35
  4. Procedure entry point not located
    By Hannibal in forum Qt Programming
    Replies: 2
    Last Post: 8th October 2008, 17:13
  5. runtime error, the procedure entry point problem
    By billconan in forum Qt Programming
    Replies: 2
    Last Post: 27th July 2008, 10:44

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.