79 lines
2.8 KiB
Markdown
79 lines
2.8 KiB
Markdown
Existen dos versiones de librerias/SDK:
|
|
|
|
\Old SDK DLL\ La aplicacion esta probada que funciona con estas
|
|
\NewSDK\ Las usadas por ZKAccess 3.5 que deben ser mejores pero no testeadas
|
|
|
|
*** Si ambas librerias estan instaladas a la vez pueden surgir conflictos de sincronizacion y corrupcion de datos ***
|
|
Especialmente si la instalacion manual instala las antiguas DLL en una carpeta de DLLs de mayor prioridad de busqueda
|
|
que las nuevas DLL.
|
|
|
|
En algun momento se deberia probar el nuevo SDK y olvidar el viejo.
|
|
|
|
|
|
Documentacion de instalacion del antiguo SDK:
|
|
https://www.zkteco.eu/index.php/faq-category/sdk/registering-sdk
|
|
|
|
=================================================================================================================
|
|
1. I am using 32 bit windows XP, how can i register the Standalone SDK?
|
|
|
|
Posted on 2/1/12
|
|
|
|
Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe ,enter the following command:
|
|
|
|
regsvr32.exe %windir%\system32\zkemkeeper.dll
|
|
|
|
|
|
If you want to unregister sdk , run cmd.exe ,enter the following command:
|
|
|
|
regsvr32.exe -u %windir%\system32\zkemkeeper.dll
|
|
|
|
=================================================================================================================
|
|
|
|
2. I am using 64 bit windows XP, how can i register the Standalone SDK?
|
|
|
|
Posted on 2/1/12
|
|
|
|
Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe ,enter the following command:
|
|
|
|
%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll
|
|
|
|
If you want to unregister sdk , run cmd.exe ,enter the following command:
|
|
|
|
%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll
|
|
|
|
=================================================================================================================
|
|
|
|
3. I am using 32 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?
|
|
|
|
Posted on 2/1/12
|
|
|
|
Copy all sdk *.dll files to %windir%\system32 folder , and then run cmd.exe with administrator previledge ,
|
|
enter the following command:
|
|
|
|
regsvr32.exe %windir%\system32\zkemkeeper.dll
|
|
|
|
|
|
If you want to unregister sdk , run cmd.exe with administrator previledge ,
|
|
enter the following command:
|
|
|
|
%windir%\system32\regsvr32.exe -u %windir%\system32\zkemkeeper.dll
|
|
|
|
|
|
=================================================================================================================
|
|
|
|
4. I am using 64 bit windows Vista/win 7/server 2008, how can i register the Standalone SDK?
|
|
|
|
Posted on 2/1/12
|
|
|
|
Copy all sdk *.dll files to %windir%\sysWOW64 folder , and then run cmd.exe with administrator previledge ,
|
|
enter the following command:
|
|
|
|
%windir%\syswow64\regsvr32.exe %windir%\syswow64\zkemkeeper.dll
|
|
|
|
|
|
If you want to unregister sdk , run cmd.exe with administrator previledge ,
|
|
enter the following command:
|
|
|
|
%windir%\syswow64\regsvr32.exe -u %windir%\syswow64\zkemkeeper.dll
|
|
|