------------------------------------------------------------------------------------------------------------------------------
- (C) Chromasens GmbH 2017
------------------------------------------------------------------------------------------------------------------------------

This directory contains improved versions of the CLALLSerial.dll which is needed to communicate with the camera via CameraLink.
The original DLL usually shipped with the Framegrabber distributions does not correctly handle parallel access to it.
If you are using several instances of the CSAPI or if you are using the autodetect function of the CSAPI we strongly recommend
to use the DLLs in the underlying directories.

They need to be put into the according directories. You need to check the registry for this.
If you are running a x64 system with 64Bit application or running a 32Bit system the directory of the clALLSerial can be found here:
HKEY_LOCAL_MACHINE\SOFTWARE\CameraLink\CLSERIALPATH

if you are using a 32 bit application on a x64 system you need to check this entry:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Cameralink\CLSERIALPATH

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!            Attention          !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
If you are installing this on a system where no CST-Tool and no grabber is installed, this entry will not be present.
Please create it in this case. The "CLSERIALPATH" entry must be defined as character string. The content mus be the directory where you place the DLLs.
For example "C:/program files/cameraLink/".
You should also copy the "Dummy"-DLLs into this directory. The DLL does not function when placed into a completely empty directory and will lead to program crashes!
