我有一个无法解决的问题,当我运行我的程序的可执行文件时,它给了我以下错误:
The code executable cannot continue because libgcc_s_seh-1.dll was not found. To fix the problem, try reinstalling the program
我尝试手动将文件(libgcc_s_seh-1.dll)复制并粘贴到我保存可执行文件的文件夹中,但出现以下错误:
The application could not be started correctly (0xc000007b)
附加信息:
- 我使用的是 Windows 10 64 位
- 我使用 mingw81_64
- 我使用 6.1.2 版的 Qt
我能解决什么问题?