【发布时间】:2014-02-06 12:01:29
【问题描述】:
我有一个 c++ 应用程序,我需要从 C# 应用程序调用它的类方法
我按照以下教程为 C++ 应用程序创建了一个 DLL 文件
http://msdn.microsoft.com/en-us/library/ms235636.aspx
当我尝试为 DLL 文件添加引用时,它给了我错误消息
a reference to could not be added please make sure that the file is accessible and that it is a valid assembky or COM component
【问题讨论】:
标签: c# c++ visual-studio-2010 dll