C pogramming

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.

Thanks.

Hi km0860!
I am also looking for C programming libraries. My intention is to use my XEM3001v2 in a Labwindows/CVI project.

Thanks

Francesco

Just rename the .cpp file to .c. All the classes will be removed. The DLL will work from either C or C++.

In C, you just need to call the _Constructor and keep track of the pointer that is returned.