Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

ANT_WrappedLib.DLL Documentation

Rank

Total Posts: 6

Joined 0

PM

Please, is there a documentation of ANT_WrappedLib.DLL to download?      
RankRank

Total Posts: 47

Joined 2010-07-08

PM

There is no explicit document for the ANT Library, however if you download the USB2 windows package at the link below and look in the "release" folder, there is an "ANT_NET.xml" file that lists all of the functions along with descriptions.

http://www.thisisant.com/images/Resources/ant_usb2_windows_package.zip      
Rank

Total Posts: 6

Joined 0

PM

Is ANT_WrappedLib.DLL usable for windows 32 bit applications? I have to integrate ANT with multiple usb-sticks into an existing project.      
RankRank

Total Posts: 47

Joined 2010-07-08

PM

ANT_WrappedLib.DLL just exposes functions in the ANT_Library to the ANT_Managed_Library (C#) so I don't think that is what you want to use (unless you want to switch to .NET development).

There is a "readme.txt" file in the other code package available for download, the "ANT Windows Library Package with source code" and this shows a hierarchy of the libraries (unfortunately it won't copy here).

Available at: http://www.thisisant.com/pages/ant/ant-software-tools

For your purposes, since ANT_DLL cannot do what you want you will probably need to access the ANT Library directly. The "DEMO_LIB" project under the "Windows Library Package" shows how to access the ANT_LIB directly, and this would be a good starting point.