I got a dll from a another softwareprogrammer(Delphi) to use it in my vfp6 program in order to get some data from his runnig Delphi-program.
I got the dll-File (ICertificate.dll) which I must register as a COM-Server.
and also this information:
DLL-Functions:
Dllname: DCertificate.dll
Interface: ICertificate
ProgID: "D.Certificate"
ICertificate:
Methods:
HRESULT_stdcall Find([in] BSTR bstrPIC,[out, retval] VARIANT_BOOL *pbResult);
Output: True or False
HRESULT_stdcall GetInfo([in] BSTR bstrID, [in] BSTR bstrTypeID, [out, retva] VARIANT_BOOL *pbResult);
FunctionsID: bstrTypeID
Input: bstrID
output: pbResult
can anybody help me to implement this DLL in my VFP6?
or tell me the way to find out
Thank you all
Manfred
I got the dll-File (ICertificate.dll) which I must register as a COM-Server.
and also this information:
DLL-Functions:
Dllname: DCertificate.dll
Interface: ICertificate
ProgID: "D.Certificate"
ICertificate:
Methods:
HRESULT_stdcall Find([in] BSTR bstrPIC,[out, retval] VARIANT_BOOL *pbResult);
Output: True or False
HRESULT_stdcall GetInfo([in] BSTR bstrID, [in] BSTR bstrTypeID, [out, retva] VARIANT_BOOL *pbResult);
FunctionsID: bstrTypeID
Input: bstrID
output: pbResult
can anybody help me to implement this DLL in my VFP6?
or tell me the way to find out
Thank you all
Manfred