如题,如果能,请详细讲解一下!

解决方案 »

  1.   

    在C#里我在DLL里是这么写的。就是一个类。
    using System;namespace FileRead
    {
    /// <summary>
    /// Class1 的摘要说明。
    /// </summary>
    public class Class1
    {
    public static int math(int a,int b)
    {
    return a+b;
    }
    }
    }
      

  2.   

    如果都是基于.NET 环境下面的DLL,在D2005中应该可以调用的吧~
    CLR哦。
      

  3.   

    Delphi 2005 
    VCL for .net
      

  4.   

    Delphi.NET 可以调用 ,其它的不行