Deploying Qt C++ Application from Visual Studio qwindows.dll error

后端 未结 3 537
囚心锁ツ
囚心锁ツ 2020-12-10 15:58

I\'ve been googling for a solution to this issue and although I\'ve found many people sharing my problem none of their solutions work for me.

I wrote a C++ applicati

3条回答
  •  北海茫月
    2020-12-10 16:43

    If you are using libGLESv2.dll, then you must include libEGL.dll, too. You can't see that in depends.exe, don't know how the Qt developers managed to hide this. If your Qt is out of the box, then both Dlls are necessary even if you are not using OpenGL.

    Also, if your Qt is out of the box, you need to include also the three ic*.dll, which contain information for Unicode handling.

提交回复
热议问题