【发布时间】:2011-01-13 13:20:09
【问题描述】:
我在将 dll 文件静态链接到项目时遇到问题。我正在使用 Builder C++ 6。
I've unchecked:
Project \ Options \ Packages -> Build with runtime packages
Project \ Options \ Linker -> Use dynamic RTL
Project \ Options \ CodeGuard -> CodeGuard Validation
I've also added dll files using Project Manager:
myProject \ Add -> myFile.dll
当然,我已经在所有更改后重建了项目,它仍然在运行时要求一些 dll 文件。我遗漏了什么?
【问题讨论】:
-
DLL 代表 Dynamic-link 库。
标签: c++ build c++builder