登录
首页 » C# » C#中调用VC++的DLL

C#中调用VC++的DLL

于 2015-01-05 发布
0 64
下载积分: 1 下载次数: 0

代码说明:

   [DllImport("diaCallBackDll.dll")]        public static extern void show();        [DllImport("diaCallBackDll.dll", CallingConvention = CallingConvention.StdCall)]        public static extern int add_CallBack_test(int a, int b, cb_func f);        public static void cb_funcc(int re)        {            Console.WriteLine("result=[{0}]", re);            return;        }        static void Main(string[] args)        {            //show();           int i =  add_CallBack_test(7, 2, cb_funcc);            Console.Read();        }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 696518资源总数
  • 104349会员总数
  • 32今日下载