Results 1 to 7 of 7

Thread: Entry point not found after compiling with Qt 4.2

  1. #1
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    11
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Entry point not found after compiling with Qt 4.2

    Just downloaded qt-win-opensource-4.2.0-mingw.exe from a mirror and installed it.
    Then I rerun qmake on one of my smaller project and compiled the project with no errors.
    When staring the executable I get the error message attached.

    Don't know what to do to get my application going. anything wrong wih the installation?
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Entry point not found after compiling with Qt 4.2

    Did you remember to change your environment variables (especially PATH) to correspond the new installation of Qt?
    J-P Nurmi

  3. #3
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    11
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Entry point not found after compiling with Qt 4.2

    Thanks for the reply.

    PATH has got C:\Qt\4.2.0\bin and
    QTDIR has got C:Qt\4.2.0 which corresponds to the installation location. So I think that should be ok.
    I still had QT 4.1.4 installed when installing 4.2.0. Shouldn't have any effect or does it? I might try the same with uninstalling 4.1.4 and the reinstalling 4.2.0.

  4. #4
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    11
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Entry point not found after compiling with Qt 4.2

    Reinstalling after uninstalling 4.1.4 didn't help.

  5. #5
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    11
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Entry point not found after compiling with Qt 4.2

    Compiled Qt4.2.0 myself and now the Debug version works ok. But when compiling the release version I still get the error message when running the executable.

  6. #6
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    11
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Smile Re: Entry point not found after compiling with Qt 4.2

    Found the solution to my problem by reading
    http://www.qtcentre.org/forum/showth...e=hybrid&t=530

    I had QtCore4.dll and QtGui4.dll in my Windows\System32 folder. Works fine after removing those dlls.

    Thanks anyway.

  7. #7
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Entry point not found after compiling with Qt 4.2

    Ok, good. The reason I told you to check the PATH environment variable was because I had a suspect it was using old versions of the Qt libraries.
    J-P Nurmi

Similar Threads

  1. 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.