C#生成COM组件,Delphi调用

C#程序: 1)文件--》新建类库项目 2)Properties-->AssemblyInfo.cs 设置ComVisible为true 3)项目--》属性 4)属性--》生成  为COM互操作注册 5)代码如下 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Inter
相关文章
相关标签/搜索