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. Error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dynamic link library QtCore?4.dll
Forum Updated to NodeBB v4.3 + New Features

Error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dynamic link library QtCore?4.dll

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.8k Views 1 Watching
  • 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.
  • C Offline
    C Offline
    CuteKQ
    wrote on last edited by
    #1

    why error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dynamic link library QtCore?4.dll this happen?

    I put my .exe file and all of the needed dll in a folder. when I run, I face with this error...
    Os: win7 64

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Might be a DLL mismatch. If you compiled your app with Qt 4.8.3, for example, it's best to use DLLs of the same version, build with the same compiler (MSVC and mingw are not binary compatible).

      Qt obviously has binary compatibility promise, but it's - understandably - only kept one-way: you can run an older binary with newer DLLs, but not vice versa.

      (Z(:^

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CuteKQ
        wrote on last edited by
        #3

        [quote author="sierdzio" date="1352637228"]Might be a DLL mismatch. If you compiled your app with Qt 4.8.3, for example, it's best to use DLLs of the same version, build with the same compiler (MSVC and mingw are not binary compatible).

        Qt obviously has binary compatibility promise, but it's - understandably - only kept one-way: you can run an older binary with newer DLLs, but not vice versa.[/quote]

        yes, now its working.. thanks alot

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Pleasure, happy coding!

          (Z(:^

          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