Results 1 to 2 of 2

Thread: error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dynamic

  1. #1
    Join Date
    Nov 2012
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dynamic

    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

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: error : ?nextNode@QHashData@@SAPAUNode@1@PAU21@@Z could not be located in the dyn

    Most likely you copied the wrong dll (one built with another compiler) - there are (at least) two dll's in the SDK, one of the framework build with MinGW compiler (most likely this is what you are after) and another one that is used by Creator/Designer/other tools that as far as i know is built with Visual Studio. The dll's you need are usually in PATH_TO_SDK\qt\bin folder and the other ones (used by Qt tools) are in PATH_TO_SDK\bin... but this depends on what you installed... if you can't find the right dll's tell us what you installed and maybe we can help. //this is valid for the rest of Qt's dll's too (gui, xml, etc)

Similar Threads

  1. Replies: 3
    Last Post: 23rd May 2011, 15:36
  2. Where is the Qbluetooth file located?
    By nachiket bora in forum Qt Programming
    Replies: 6
    Last Post: 11th April 2011, 10:20
  3. Dynamic load QT Plugin - symbol lookup error
    By qlands in forum Qt Programming
    Replies: 4
    Last Post: 2nd May 2010, 20:37
  4. Replies: 1
    Last Post: 8th December 2009, 13:55
  5. Procedure entry point not located
    By Hannibal in forum Qt Programming
    Replies: 2
    Last Post: 8th October 2008, 17:13

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.