Results 1 to 4 of 4

Thread: Entry point not found

  1. #1
    Join Date
    Nov 2009
    Location
    Laval, France
    Posts
    124
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Entry point not found

    Hello,
    This is the frst time I'm trying to make an application run independently of QTCreator in Windows XP.
    My steps were to go to a Qt Dos prompt and di did this

    Qt Code:
    1. MinGW32-Make clean
    2. qmake -config release
    3. MinGW32-Make
    To copy to clipboard, switch view to plain text mode 
    in the directory of my application.

    I did not compile any plugins, because I supposed that there were none.

    Then I copied my application executable to a directory DeploymentTest
    along with lots of DLL's until there was no complaining of DLL not found.
    However after those complaints were gone I still got a complaint (which I am translating from the French)
    the entry point of the procedure _Z17qt_message_output9QtMsgTypePKc cannot be found.
    What kind of mistake on my part does this bring to mind?

  2. #2
    Join Date
    Nov 2009
    Location
    Laval, France
    Posts
    124
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Entry point not found

    Hello,
    I have looked around and noticed this is a classic problem related to the existence of several versions of QtCore4.dll
    on my machine, it seems. If I understand correctly it is loading the wrong QtCore4.dll.
    I will try to solve this on my own and will ask for your assistance later.

  3. #3
    Join Date
    Nov 2009
    Location
    Laval, France
    Posts
    124
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Entry point not found

    OK, I put my files onto a laptop in which there is only one occurence of QtCore4.dll, namely the one that came with the corresponding QtCreator distribution
    and yet the problem persists, so it can't be due to it loading the wrong QtCore4.dll it would seem.
    I am stuck.

  4. #4
    Join Date
    Nov 2009
    Location
    Laval, France
    Posts
    124
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Entry point not found

    OK, I found the answer on another forum: (in my case) use the QtCore4.dll and QtGui4.dll that is inside
    C:\Qt\2009.05\qt\bin
    not the DLL's that are in
    C:\Qt\2009.05\bin

Similar Threads

  1. Procedure entry point not found
    By Ishmael in forum Newbie
    Replies: 5
    Last Post: 11th October 2009, 07:15
  2. Procedure entry point not found
    By Ishmael in forum Installation and Deployment
    Replies: 1
    Last Post: 9th October 2009, 17:57
  3. Replies: 0
    Last Post: 6th August 2009, 17:35
  4. Entry point not found after compiling with Qt 4.2
    By mace in forum Installation and Deployment
    Replies: 6
    Last Post: 10th October 2006, 11:24
  5. Entry Point Not Found Error
    By ToddAtWSU in forum Newbie
    Replies: 10
    Last Post: 8th February 2006, 18:31

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.