At the beginning I’ve created LabView program for testing communication with XEM3010. It’s working fine.
Now I’ve created win32 application on C as I must use external C libs. Now I need to add to my application communication with XEM3010. How I can obtain C lib for FrontPannel? Header file okCUsbFrontPanel.h contains classes but C doesn’t support classes and templates.