Hello,
I downloaded the "ANT_Windows_Library_Package_v3.2_1" source code, and compiled the solutions.
When I run the DEMO_NET project, I always get the same error:
{"Tentative de chargement d’un programme de format incorrect. (Exception de HRESULT : 0x8007000B)"}
at ANT_Common.cs > public static UInt32 getNumDetectedUSBDevices()
{
return ANT_GetNumDevices();
}
Any help?
My ANT stick is plugged, my HRM belt is sending data.
HRM Tracker (Garmin ANT Agent is installed) works fine one the PC.
Thx,
Seb
PS: I also put the libs in the same folder as my "demo_net.exe" compiled application; the error is:
unable to load the file or assembly 'ANT_NET'..."; is there anything to "register"??