C#调用Delphi的dll,其中CallingConvention.Fastcall为什么失败了,怎么才能使用?
C#没有CallingConvention.FastCall,只有StdCall,你Delphi那边也用stdcall