Hi all,
working with the ANT_DLL on Delphi/Win32, I could really use some documentation of the calls available through the DLL. I found some information to some of them (in the appendix of the PDF "ANT Message Protocol and Usage"), but no "full reference manual" or anything like that.
For example, I need information on the "ANT_UnassignAllResponseFunctions" call - what does it do, when can/can't I use it?
And also a description which calls to issue in what order to close-down a connection would be greatly appreciated. At this point, I'm using
ANT_ResetSystem;
ANT_Nap(1000);
ANT_Close;
Result := FreeLibrary(HAntLib);
When unloading the DLL, but this crashes. Do I have to unassign the channel first?
Thanks,
Justus