Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Procedure entry point could not be found after Qt version upgrade
QtWS25 Last Chance

Procedure entry point could not be found after Qt version upgrade

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 630 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    primem0ver
    wrote on last edited by
    #1

    I just upgraded to Qt 5.3.2 and updated all my project settings to link to the new version. I have also copied all the new qt files to the executable directory and am still getting this error. I have double checked everything here.

    Specifically the procedure it can't find is bytearrayToLongLong in Qt5Cored.dll. (I have copied the correct file from the ONLY 5.3.2 version I downloaded multiple times)

    What else could be the problem?

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      The "procedure entrypoint" error usually appears when you have copied the wrong version of some DLL. Examples:

      • Compiling your program with MSVC but copying the MinGW DLL
      • Taking the DLL from the Qt Creator folder instead of the Qt library folder
      • Having an old version of your custom DLL after upgrading everything else

      By the way, Qt5Cored.dll is the Debug version of the library. Did you intend to create a Debug build? If so, have you ensured that all DLLs in your application (and the application executable itself) are Debug versions too?

      The easiest way forward might be to delete everything in your deployment folder and your project's build folder. Then, rebuild your whole project from scratch and re-deploy.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved