Hi,
Thank you for your reply... I'm not even there. I'm just trying to figure out the dependencies such that I setup my project correctly with the correct .LIB and .h include files in my own project such that, hopefully, at some point, it would compile / link with ANT+ specific functions.
I don't know. I may be an old style programer, but it seems to me that with a well designed library, you just had one (or a few) .LIB and a single .h include to add to your project to add the said library to any existing project and it worked. As for documentation, here again, usually you have 1- a user guide which explains the mechanics of how things work, then 2- you have an API reference manual which list all functions, one by one, with the required parameters. I know the last can be found in one of the many PDF found on this site... at the end in an appendix, but, in my opinion, there maybe is to much documentation or the information is misplaced such that it's overwhelming at start for nothing. I was hoping to not have to read a 130+ page document before being able to write the first few lines of code.
About Antware II, I tried installing it and it complained that a DLL required by this project couldn't be run.
I'm sorry for sounding so negative, but this is not the first third party library I integrate with code and it feels something is missing here.
Thanks for the help all.