Question:
Put the enigma virtual box
packaged exe to another computer for use, and an error will be reported when opening the EXE: cannot load library qt5core DLL
(in fact, the library qt5core.DLL
is included when using enigma virtual box
)
reason:
This is not the lack of qt5core DLL
, nor is there a problem with this library. Because [problem solving] the code cannot be executed because libgcc_s_dw2-1.dll, libwinpthread.dll and libstdc + ± 6.dll cannot be found. Reinstallation may solve this problem. This problem is caused by the lack of libgcc_s_dw2-1.DLL
, libwinpthread.DLL
, libstdc + + - 6.dll
, but the error cannot be reported after packaging load library Qt5Core.DLL
, the analysis may be because qt5core DLL
depends on the above libraries to run.
Solution:
From Qt5 12.0\5.12.0\mingw73_64\bin
(different versions and different directories) copy the three dynamic libraries libgcc_s_dw2-1.DLL
, libwinpthread.DLL
, libstdc + + - 6.DLL
, and then use the EXE packaged with enigma virtual box
to avoid errors.
comparison of directories before and after modification:
Read More:
- [Solved] Qt Error: qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
- Qt5core.pdb is not loaded [How to Solve]
- How to Solve QT error: LNK1158: Cannot Run “rc.exe”
- ROS Error: Could not import “pyqt“ bindings of qt_gui_cpp library
- QT Error: ‘C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe‘ failed
- QT calls the API of ffmpeg error [How to Solve]
- [Solved] Could not load library cudnn_cnn_infer64_8.dll. Error code 126
- EF core Creates pg library and Model Report an Error [Solved]
- How to Solev QT compilation error “cannot find – LGL”
- [Solved] Unity packaged and exported apk error: Failed to load libmain.so’
- QT error: – LGL not found [How to Solve]
- How to Solve QT and PCIe interactive loading setupapi.H error
- [Solved] net core HTTP Error 500.31 – Failed to load ASP.NET Core runtime HTTP Error 500.30 – ASP.NET Core
- QT solves error: use of deleted function and is private within this context
- QT Error: use of undeclared identifier [How to Solve]
- VS Open the UI file of QT Crash and Report Error [How to Solve]
- Qt Error: Debug Assertion Failed [How to Solve]
- QT Creator Error while building deploying project
- PCL 1.8.1 VTK 9.0 QT 5.14.9 [How to Solve]
- QT Error: Failed to create vertex shader [Three Methods to Fix]