After connecting the camera, I tryed to run the test program, it always show:
CL-EyeTest.exe - Impossibile trovare punto di ingresso
Impossibile trovare il punto di ingresso NtAlpcSendWaitReceivePort della procedura nella libreria di collegamento dinamico ntdll.dll
that is something about:
The procedure entry point NtAlpcSendWaitReceivePort could not be located in the dynamic link library ntdll.dll
So the “ntdll.dll” version I had in my system is different respect the one the developer has in his system. My version does not have the function: “NtAlpcSendWaitReceivePort” while the developer one has it.
I think the installer should check the version of “ntdll.dll” is present in the system, and supply the correct one. The right one is the binary was linked on compile and test time on developer PC. My system is WinXPsp3 fully Win updated.
C:\WINDOWS\system32\ntdll.dll
739.840 Bytes, 09/12/2010 17.15.26
Version file: 5.1.2600.6055
(xpsp_sp3_gdr.101209-1647)
No images are shown by the test utility, camera still not working.