Results 1 to 11 of 11

Thread: Entry Point Not Found Error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    England
    Posts
    18
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Entry Point Not Found Error

    DUMPBIN is a MS utility that shows you what functions, data, load points etc. the DLL is exporting.

    I'd use it thus: DUMPBIN /EXPORTS QtCored4.dll|more and have a look for QAbstractTableModel (shame you don't get grep with Windoze ).

    If DUMPBIN reports the existance of the function, then have a search on your hard drive for other QtCored4.dll's that might be in your PATH. (This one has caught me out sooooo many times! ) In fact, it might be an idea to rename every other QtCored4.dll on your hard drive to QtCored4.dll.backup or similar, so there's no chance of it being loaded inadvertantly.

    HTH

    McToo
    It's always a long day, you can't fit 86400 into a short!

  2. #2
    Join Date
    Jan 2006
    Location
    Ohio
    Posts
    332
    Thanks
    37
    Thanked 8 Times in 4 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Thumbs up Re: Entry Point Not Found Error SOLVED

    I fixed it thanks to your help! For some reason, when I updated from Qt 4.0.1 to Qt 4.1.0, the dlls in the Windows/system folder never updated, so I was accessing the 4.0.1 dlls instead of the 4.1.0. By updating the dlls to the proper ones, the program runs! Thanks so much!!!

  3. #3
    Join Date
    Jan 2006
    Location
    England
    Posts
    18
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Thumbs up Re: Entry Point Not Found Error

    I've practically got no ass left from it being bitten so many times by that scenario!

    Glad I could help!

    McToo
    It's always a long day, you can't fit 86400 into a short!

  4. #4
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Entry Point Not Found Error

    Quote Originally Posted by McToo
    ...then have a search on your hard drive for other QtCored4.dll's that might be in your PATH...
    Dll hell strikes again

Similar Threads

  1. nmake error during .pro compiling
    By mattia in forum Installation and Deployment
    Replies: 5
    Last Post: 18th June 2008, 10:15
  2. Compile 4.4.0
    By LordQt in forum Installation and Deployment
    Replies: 18
    Last Post: 29th May 2008, 13:43
  3. KDE 3.5.0 crash while opening project
    By MarkoSan in forum KDE Forum
    Replies: 2
    Last Post: 19th October 2007, 16:21
  4. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 02:49
  5. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 12:19

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
  •  
Qt is a trademark of The Qt Company.