2012年12月18日

ASP.NET调用DELPHI DLL

摘要: http://www.cnblogs.com/nj04w/archive/2010/08/10/1796813.html封装类using System;using System.Data;using System.Runtime.InteropServices;/// <summary>/// 非托管DLL调用类/// </summary>public class DllInvoke{ private IntPtr hLib; [DllImport("kernel32.dll")] private extern static IntPtr LoadL 阅读全文

posted @ 2012-12-18 09:34 chulia 阅读(229) 评论(1) 推荐(0)

导航