Q: I get a corrupt library message from the sample code?
A: You may obtain this error if the code cannot find or work with the library. Check the 'bitness' (i.e 32 or 64) of the library and its location. It must match the sample code folder and bitness when compiled i.e. if it's a C# sample in Visual Studio and you run as 64bit then the library must also be downloaded as 64bit etc. Of course, the OS must match too.