Results 1 to 3 of 3

Thread: runtime error, the procedure entry point problem

  1. #1
    Join Date
    Aug 2006
    Posts
    24
    Qt products
    Qt4
    Platforms
    Windows

    Unhappy runtime error, the procedure entry point problem

    hello guys,

    my code compiles. but when i run my code, i get the following error.

    the procedure entry point ?toAscii@QChar@@QBEDXZ could not be located in the dynamic link library QtCored4.dll

    i don't know where the problem is, could you please help to fix that.

    i'm using qt4.4 under winxp

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: runtime error, the procedure entry point problem

    Did u include the headers properly ??
    probably QString or QChar ?

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: runtime error, the procedure entry point problem

    Sounds like you compile against one Qt version (newer) but run with a different Qt version (older). Download Dependency Walker and open the application executable with it to see where it loads Qt DLLs from. I bet it's different what you think. Most likely either your PATH points to old Qt installation or some other application installed older Qt DLLs to system directories.
    J-P Nurmi

Tags for this Thread

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.