Results 1 to 3 of 3

Thread: QT dynamic build "qwindows" identification problem

  1. #1
    uzairsaeed702 Guest

    Default QT dynamic build "qwindows" identification problem

    Dear Folks,

    First of all , I am using Qt5.2.1 with MSVC 2012 (32-bit) on Visual studio 2012 .

    I have an strange problem , as my build is dynamic so while compiling/linking the project in VS i am providing a suitable libraries

    1.JPG

    With suitable dll'S in the .exe folder with perfect platform (qwindows.dll) folder settings.

    2.JPG

    Everything from the VS debugger is working perfectly fine but when i click the exe outside VS environment it gives me that normal platform error.

    3.JPG

    So after reading alot of threads some one wrote that add "libEGLd.dll" to the exe folder. After copying the dll things are perfectly working in my development pc e.g. without visual studio debugger.

    Now when i tested this application with complete dll's in another pc without Qt adn VS environment it gives me that "windows platform" error again. I later checked that some people are saying that it is VC++ Redidtributable problem but i uninstalled all the VC++ redistributable and then installed the two new one VC++ 2008 and 2012 . But the error is same , even in the dependency walker .

    1.JPG

    I am actually new on QT so need your kind suggestion.

    thanks
    Last edited by uzairsaeed702; 15th December 2014 at 13:41.

  2. #2
    uzairsaeed702 Guest

    Default Re: QT dynamic build "qwindows" identification problem

    Push Anyone ?

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QT dynamic build "qwindows" identification problem

    From https://qt-project.org/doc/qt-5-snap...cation-package
    If you are using ANGLE (the default) then you additionally need to include both libEGL.dll and libGLESv2.dll from Qt's 'lib' directory as well as the HLSL compiler from DirectX. The HLSL compiler library is called d3dcompiler_XX.dll where XX is the version number that ANGLE (libGLESv2) was linked against.
    BTW.Why are you deploying a debug version of your application?

Similar Threads

  1. Replies: 0
    Last Post: 8th November 2012, 15:03
  2. Qt Creator Qt SDK, Remote Compiler "Build Failed: Errors in build"
    By strahlex in forum Qt Tools
    Replies: 0
    Last Post: 10th August 2011, 16:59
  3. Replies: 1
    Last Post: 20th January 2011, 17:17
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

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.