visual-studio-2010 - 在 Visual Studio 2010 C++ 项目中使用 DLL

标签 visual-studio-2010 dll

我正在尝试在 Visual Studio 2010 C++ 项目中使用 DLL。我按照这里的说明进行操作,但是 http://msdn.microsoft.com/en-us/library/ms235636(v=vs.80).aspx我似乎无法添加对我的项目的引用。

当我打开添加引用时,我无法添加任何引用,如下所示。
enter image description here

我在这里做错了什么?

最佳答案

您使用的教程版本错误。它是为 Visual Studio 2005 创建的,您使用的是 Visual Studio 2010。This是正确的版本。

关于visual-studio-2010 - 在 Visual Studio 2010 C++ 项目中使用 DLL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5905565/

相关文章:

visual-studio-2010 - VS2010 安装项目 - 以管理员身份运行

c# - sql ce escape '(单引号)C#

c++ - 构建两个相互依赖的dll

从同一个 dll 调用多个函数

c++ - 尝试在 Windows 上运行 Qt 应用程序的发布版本时出错

c# - 我可以在 .NET 中创建常规 Windows DLL(用于插件)吗?

c# - 对profilecommon的任何引用都会导致错误值不能为null。参数名称: type

c# - 文件创建但不能写入

c++ - 在 VS2010 中动态链接 Boost 1.51.0 时链接器错误 LNK2019

java - JNA - 无法获得从 native 函数到回调函数的调用