|

楼主 |
发表于 2020-5-17 17:45:01
|
显示全部楼层
TO:freegreat
extern "C" static _declspec(dllexport) double Add(double a, double b){...}
[DllImport("MathFuncsDll1.dll",EntryPoint = "你在depends中看到的名字", CharSet = CharSet.Auto)]
public static extern double Add(double a, double b); |
|