Every Colibri and Apalis Txx module has unique ID which can not be changed. Customer who wants to protect their application binary from getting copied and used by competitors can use this function to safeguard their interest.
unsigned long long getcolibritxxuniqueid();
#include "getuniqueid.h" int _tmain(int argc, _TCHAR* argv[]) { unsigned long long colibriTxxUniqueId =0; colibriTxxUniqueId = getcolibritxxuniqueid(); return 0; }
The supporting code is available as a zip file. The file contains a dll as well as a static library.
We recommend to link the static library to your code - this adds an extra layer of security, as the dll can be easily replaced.