Results 1 to 3 of 3

Thread: Procedure entry point not located

  1. #1
    Join Date
    Sep 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Procedure entry point not located

    QT 4.4.0
    VC++ Express 2008 (VISTA)

    My application runs fine in the debug configuration.
    I get the following error when attempting to run in the release configuration:
    "The procedure entry point
    ?resizeEvent@QWidget@@MAEXPAVQResizeEvent@@@Z
    could not be located in the dynamkic link library QtGui4.dll.

    I have never had any other version of QT on my PC.
    Dependency Walker shows both configurations getting either
    QtGui4.dll or QtGuid4.dll from the same directory.
    (c:\qt\4.4.0\bin\)

    Why would one run and not the other?

  2. #2

    Default Re: Procedure entry point not located

    I have the same problem.

    I downloaded QT 4.4.3 and compiled it with visual studio 2008.
    My application runs in debug mode, while in release gives the error "The procedure entry point ??0QApplication@@AE@AAHPAPADH@Z could not be located in the dynamic link library QtGui4.dll".

    Googling around I saw people solving similar problem by updating the dlls, which seems not to be an option here as 4.4.3 is the last version.

    Any idea?

    Thanks,
    meme

  3. #3

    Default Re: Procedure entry point not located

    I solved the problem by setting the qt path as the first entry in the PATH environment variable.

    My guess is that this problem comes from other application using QT which makes my application to use those dlls (older version) instead of the one I compiled.

Similar Threads

  1. runtime error, the procedure entry point problem
    By billconan in forum Qt Programming
    Replies: 2
    Last Post: 27th July 2008, 09:44
  2. 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
  3. 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.