Results 1 to 1 of 1

Thread: Procedure Entry Point QChar not found in qtcore4.dll

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

    Question Procedure Entry Point QChar not found in qtcore4.dll

    HI ,

    I am working on a project doing my thesis.
    Everything was working fine using QT 4.4.0 commercial, but someone programmed something I needed to develop my stuff using a newer QT version.

    I upgraded to 4.5.3 commercial and since then (about a week) I am not able to run the aplication in RELEASE any more. Everything compiles fine in DEBUG and RELESE.
    (It's a valid license, as I do the thesis for a company and develop some actions within their software.)

    The error I get is the following:

    >> The procedure entry point "?toAscii@QChar@@QBEDXZ" could not be located in the dynamic link library "QtCore4.dll" . <<

    I did all of the following:

    1.) Checked if there are any other qt*.dll s on the computer. None.

    2.) Used depends.exe to verify that the App is using the right QtCore4.dll in "C:\Qt\4.5.3\bin". It does. I am not using the SDK, so there is no path "...\2009.04\qt\bin" to get confused.

    3.) Rebuild my whole project and recompiled DEBUG and RELEASE version. No errors.

    4.) Reinstalled QT4.5.3.

    5.) Installed QT4.5.2 and compiled my App with that version.

    6.) Checked the sytem-path. And set the "c:\Qt\4.5.3\bin\" as first entry in the path.

    7.) Copied all dlls of the QT installation to my app-path. "depends.exe" told me it was using these files now, but there was still the same error.

    8.) Tried to find every occurance of QChar in the app (luckily only one), commented it out and recompiled the app.


    I probably did a few more things I don't rememer , as I am really desperate. I just do not get it.

    There is just one very odd thing in depends.exe I do not really understand:

    For the file "QtCore4.dll" the "Link Checksum" is highlighted red and is different to the "Real Checksum". But I could find the function"toAscii@QChar" in the QtCore4.dll.

    The images of the Dependency Walker are attached.


    DO you have any suggestion what else could be the issue?

    Thanks a lot in advance!!!!!

    Cheers,
    Robert
    Attached Images Attached Images

Similar Threads

  1. Procedure entry point not found
    By Ishmael in forum Newbie
    Replies: 5
    Last Post: 11th October 2009, 07:15
  2. Procedure entry point not found
    By Ishmael in forum Installation and Deployment
    Replies: 1
    Last Post: 9th October 2009, 17:57
  3. Replies: 0
    Last Post: 6th August 2009, 17:35
  4. Program crashes with assert error in xcb_lock.c
    By Valheru in forum Qt Programming
    Replies: 3
    Last Post: 18th November 2007, 19:56
  5. KDE 3.5.0 crash while opening project
    By MarkoSan in forum KDE Forum
    Replies: 2
    Last Post: 19th October 2007, 16:21

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.