Results 1 to 2 of 2

Thread: Qt + STLPort

  1. #1
    Join Date
    Sep 2008
    Posts
    7
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt + STLPort

    Hi all!

    I have the following problem:

    Trying to use STLPort in Qt application with Microsoft Compiler. After having some problems with linkage I had to recompile Qt with option -Zc:wchat_t (make wchar_t built-in type). Now my project compiles fine but I cannot run assistant and qtdemos...
    Error:
    The procedure entry point ?fromWCharArray@QString@@SA?AV1@PB_WH@Z could not be located in the dynamic link library QtCore4.dll.
    Do you know how to fix this?
    Shall I recompile Qt with STLPort instead of standard implementation of STL

    Thank you for your answers.

  2. #2
    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: Qt + STLPort

    Open your executable in Dependency Walker and probably you'll see that it attempts to load a different DLL thank you link to. So make sure that the correct version of Qt comes in PATH first.
    J-P Nurmi

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.