我无法打开我的 Qt exe。 Qt 之外的文件 IDE
I am not being able to open my Qt exe. file outside of Qt's IDE
我正在使用 Qt 开发一个程序,每当我从 Qt 的 IDE 打开它时,它都能正常打开,但当我尝试直接从调试文件夹中的 exe 文件打开它时,它只是请求很多的 dll,即使我下载了所有请求的 dll。
我已经安装了 VC++。
我得到的错误:
https://i.stack.imgur.com/UWJmc.png
我只想提几个工具,它们在这里很有用。第一个工具是 Dependency Walker that can help identify the missing DLLs, the dll versions that are being used, and the path to the dlls. The other tool is provided by Qt called WindeployQt,它将应用程序中的所有 Qt 依赖项复制到可执行路径。
我正在使用 Qt 开发一个程序,每当我从 Qt 的 IDE 打开它时,它都能正常打开,但当我尝试直接从调试文件夹中的 exe 文件打开它时,它只是请求很多的 dll,即使我下载了所有请求的 dll。
我已经安装了 VC++。
我得到的错误:
https://i.stack.imgur.com/UWJmc.png
我只想提几个工具,它们在这里很有用。第一个工具是 Dependency Walker that can help identify the missing DLLs, the dll versions that are being used, and the path to the dlls. The other tool is provided by Qt called WindeployQt,它将应用程序中的所有 Qt 依赖项复制到可执行路径。