[DllImport(@"..\..\baselib\Release\baselib.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern int BT7274(int a, int b);
static void Main(string[] args)
{
BT7274(1, 2);
}
System.DllNotFoundException: 'Unable to load DLL 'baselib.dll' or one of its dependencies:
The specified module could not be found. (0x8007007E)'
or one of its dependencies