Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt5GUI.dll is searching for libGLESv2.dll elsewhere
Forum Updated to NodeBB v4.3 + New Features

Qt5GUI.dll is searching for libGLESv2.dll elsewhere

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 183 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lachrymology
    wrote on last edited by
    #1

    Hi all,

    Situation: A "foreign" executable is loading a DLL of my project to executes some commands.

    For Example: C:\ForeignSoft\Caller.exe > LoadLibrary > D:\MySoft\CmdLet.dll

    Behavior: Qt5GuiMy.dll, used in CmdLet.dll, is searching for libGLESv2.dll not in the same directory: D:\MySoft
    It's searching system-wide for this DLL - maybe because it can't find it in C:\ForeignSoft- and finds it first in a system dir, which leads to an error, because of incompatibility.

    ------------------

    I've build Qt 5.11.2 from source with the following options:

    configure.bat -opensource -confirm-license -debug-and-release -shared -force-debug-info -qtlibinfix My -platform win32-msvc -mp -prefix "C:\Qt_Build" -optimized-tools -no-ltcg -angle -openssl -I "C:\OpenSSL\include" -L "C:\OpenSSL\lib" > conf.log

    nmake > build.log

    Everything was build correct and runs fine except of my named problem.

    ------------------

    I know, that maybe the force of using -angle could lead to my problem, but stepping away from this is currently no option for me.

    Does anyone have a hint/clue how to resolve this problem? (without using hard sym links in C:\ForeignSoft)

    System:
    Windows 10 Pro x64
    Qt 5.11.2 (Build from Source)
    DirectX 12

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved