如何用Visual studio2010 调用非C#编写的DLL
如何用Visual studio2010 调用非C#编写的DLL??求详细解答。。。谢谢本帖最后由 565123 于 2013-8-19 12:50 编辑
你是说C#调用非C#写的程序吗?
要声明函数
public static extern ReturnType FunctionName(ArgType);
看看这篇文章吧
http://www.cnblogs.com/james.wong/articles/94004.html
帮顶 学习学习
页:
[1]