标签: c# visual-foxpro
帮我把这段代码翻译成foxpro ..
[DllImport("decrypt.dll", CallingConvention = CallingConvention.Cdecl)] public static extern void _decrypt(byte[] buf, int length);
我试过用:
Declare String _decrypt In decrypt.Dll; String, Long
但结果错了..
答案 0 :(得分:1)
VFP Encryption from SPS