The function Write_Guest_Card (ClientID: Longword; CardNo) : Integer; Stdcall; Far; External 'btlock73L. DLL';
Here ClientID: Longword
I used long in PB instead of the error invalid stack pointer on the return from the function call
I saw the Delphi code variable assignment is ClientID:=StrToInt64 (edtClientID. Text);
Pb as if no such function
Especially the pb do? Thank you?
CodePudding user response:
The upstairs friends longlong I had triedCodePudding user response:
What do you call PB how statement?CodePudding user response:
DELPHILongword 0.. 4294967295 unsigned 32 - bit
PB
UnsignedLong or ULong
32 - bit unsigned integers, from 0 to 4294967295.
CodePudding user response: