CodePudding user response:
Stick call interface code, if is a DLL, generally is the result of the statement did not increase the ANSI, such asThe Function long lstrcpy (ref string Destination, ref string Source) library "kernel32. DLL" ALIAS FOR "lstrcpy";
Should be
The Function long lstrcpy (ref string Destination, ref string Source) library "kernel32. DLL" ALIAS FOR "lstrcpy; ANSI ";
CodePudding user response: