Estoy intentando integrar la libreria <tc-b_new_sdk.dll> de un lector biometrico marca ANVIZ.
Al ejecutar:
Code: Select all | Expand
hDLL := DllLoad( "tc-b_new_sdk.dll" )
msginfo(hDLL:CChex_version())
este código me devuelve el siguiente error:
Error description: Error BASE/1004 Class: 'NUMERIC' has no exported method: CCHEX_VERSION
Args:
[ 1] = N 1534722048
Tambien he probado con:
Code: Select all | Expand
msginfo(DllCall( "tc-b_new_sdk.dll", "LONG", "CChex_version"))
y me devuelve .nil.
Tambien he probado con:
Code: Select all | Expand
Loadlibrary( "tc-b_new_sdk.dll" )
msginfo(CChex_version())
DLL32 function CChex_version() AS LONG lib "tc-b_new_sdk.dll"
y tambien me devuelve .nil.
¿Alguna ayuda?
Gracias