I am working on a project where I have some sensors and I want them to connect to a PC via USB. now they write there is a windows lib written in c and all functions are using the cdecl call convention of c and I have to be sure that if I programm in an other language (java!) that the call convention is given.
So I researched a bit and found a few tutorials to bind dlls in java and or use JNA. but this are all new things for me and I want to be sure, that it is possible (and maybe an example) - the device isn't that cheap and I want to know that before I buy it.