huajiafeng 发表于 2013-8-18 09:27:11

如何用Visual studio2010 调用非C#编写的DLL

如何用Visual studio2010 调用非C#编写的DLL??求详细解答。。。谢谢

565123 发表于 2013-8-18 21:14:49

本帖最后由 565123 于 2013-8-19 12:50 编辑

你是说C#调用非C#写的程序吗?
要声明函数


public static extern ReturnType FunctionName(ArgType);


看看这篇文章吧
http://www.cnblogs.com/james.wong/articles/94004.html

阔怀 发表于 2015-8-31 09:54:30

帮顶

狼之道 发表于 2015-8-31 21:52:50

学习学习
页: [1]
查看完整版本: 如何用Visual studio2010 调用非C#编写的DLL