ASP.NET调用DELPHI DLL
摘要:
http://chuna2.787528.xyz/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 阅读(235) 评论(1) 推荐(0)
浙公网安备 33010602011771号