[DllImport (@ "C: \ GMC \ pos. DLL, EntryPoint=" Posall CharSet=CharSet. Ansi)]
Private static extern int Posall (String the req, StringBuilder res);
This is a c # call format, above, StringBuilder res is assigned by function value
Excuse me how to call in Delphi 7,
CodePudding user response:
Can't use ah, DLL is c # to do,
C # the StringBuilder in Delphi can't use it
CodePudding user response: