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. Entry Point Not Found
Forum Updated to NodeBB v4.3 + New Features

Entry Point Not Found

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 214 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 recently started working again on an old project using Qt in a mixed mode Application (using .NET). It used to work just fine but I upgraded from VS 2012 to 2017 and Qt from 5.10 (I think) to 5.12. The program is not able to locate the following procedure in the QtCored.dll:
    QMetaType.registerNormalizedType (based on the error data shown below).

    3d4c:4394 @ 399203734 - LdrpNameToOrdinal - WARNING: Procedure "?registerNormalizedType@QMetaType@@SAHABVQByteArray@@P6AXPAX@ZP6APAX1PBX@ZHV?$QFlags@W4TypeFlag@QMetaType@@@@PBUQMetaObject@@@Z" could not be located in DLL at base 0x7BCD0000.
    3d4c:4394 @ 399203734 - LdrpReportError - ERROR: Locating export "?registerNormalizedType@QMetaType@@SAHABVQByteArray@@P6AXPAX@ZP6APAX1PBX@ZHV?$QFlags@W4TypeFlag@QMetaType@@@@PBUQMetaObject@@@Z" for DLL "D:\Developing\Projects\IMT\GeoRealismLab\GeoRealismLab\bin\Debug\GeoSimCore.dll" failed with status: 0xc0000139.

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      That entry point didn't exist before Qt 5.6, so check that problematic Qt5Cored.dll is really from Qt 5.12.

      1 Reply Last reply
      3
      • P Offline
        P Offline
        primem0ver
        wrote on last edited by
        #3

        Thanks. That worked.

        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