c++ - 将 C++ 应用程序链接到 dll

标签 c++ visual-studio-2010 dll

能否使用 Visual Studio 将 C++ 应用程序链接到 dll 库?

我看到一些论坛说不是这样。

最佳答案

根据 msdn 文档:

On the Application Settings page, under Application type, select DLL.

关于c++ - 将 C++ 应用程序链接到 dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19157399/

相关文章:

c++ - Panda3D 和 load_model c++

c++ - Qt QItemSelection::indexes() 返回错误

c# - 在 Visual Studio 2010-沙盒解决方案中添加对第 3 方 DLL 的引用

c# - 使用 dll 方法时出现 FileNotFoundException

c++ - 如何使用 VC++ 2010 构建 koolplot 库

c++ - Boost python 看不到内存归智能指针所有

c++ - 询问变量在 C++ 中是什么数据类型

visual-studio-2010 - 如何在Visual Studio 2010中设置编辑器工具提示的颜色和背景?

visual-studio - 如何在 Visual Studio 中带回参数文档弹出窗口?

c++ - 文件能否同时是可执行文件 (EXE) 和动态链接库 (DLL)?