动态生成的类如下:
using System;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
namespace Testtoolproject
{
public class DynamicClass
{
[DllImport("Win32MutlOld(极致汇仪1).dll", EntryPoint = "Mutil", CallingConvention = CallingConvention.Cdecl)]
public static extern double Mutil(double x, double y);
}
}
错误提示如下:
各位大神指点指点呀 想了很多解决方法 都不行
这个你是按照什么视频学习的吗?