Hi Everyone,
I am trying to use an external DLL.
I need to pass several parameters to it in the form of a string, and get a single return.
The DLL is called ZSSGLOCK.DLL (it performs a security check)
the declaration from the vendor for this DLL is
function ShareGuardLock(LocksmithParameter: PChar): stdcall external 'ZSSGLOCK.dll';
I do have a C++ example for this DLL and have attached here (that's assuming I can attach a file)
any help would be appreciated.
many thanks
I am trying to use an external DLL.
I need to pass several parameters to it in the form of a string, and get a single return.
The DLL is called ZSSGLOCK.DLL (it performs a security check)
the declaration from the vendor for this DLL is
function ShareGuardLock(LocksmithParameter: PChar): stdcall external 'ZSSGLOCK.dll';
I do have a C++ example for this DLL and have attached here (that's assuming I can attach a file)
any help would be appreciated.
many thanks
Comment