Buenas noches a todos,
Estoy intentando integrar la libreria <tc-b_new_sdk.dll> de un lector biometrico marca ANVIZ.
Al ejecutar:
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:
y me devuelve .nil.
Tambien he probado con:
y tambien me devuelve .nil.
驴Alguna ayuda?
Gracias
Estoy intentando integrar la libreria <tc-b_new_sdk.dll> de un lector biometrico marca ANVIZ.
Al ejecutar:
聽 聽 聽 聽 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:
聽 聽 聽 聽 聽 聽msginfo(DllCall( "tc-b_new_sdk.dll", "LONG", "CChex_version"))y me devuelve .nil.
Tambien he probado con:
聽 聽 聽 聽 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