Hi,
I've tried implementing the orion LeapC API. The create and open connection functions are successful. however, on the first call to LeapPollConnection, it returns eLeapRS_InvalidClientID, and after that, it times out every time it is called.
Is there something I'm overlooking that could cause this?
Relevant note: I'm using C++ and put the header files in an extern "C" wrapper.