Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我建立 Executable 文件夹后,它在开发机器上运行良好。但是当我复制到目标机器时。它没有用。
我继续创建一个只有一个按钮的简单项目,并为其放置图像。我创建\appfolder\release\imageformats\.dll. 它在目标机器上与这个基本项目一起工作得很好。
\appfolder\release\imageformats\.dll
当我为它添加 dquest 和 sqlite 数据库时。我创建\appfolder\release\sqldrivers\qsqlite.dll. 它在目标机器上不起作用。
\appfolder\release\sqldrivers\qsqlite.dll
你有什么解决办法吗?
您可能想vcredist在目标机器上安装可执行文件。这可以在您的开发机器上的 MSVC 安装中找到。这是必需的,因为您在使用 MSVC 作为编译器时链接到 VC-libs
vcredist