Hello,
I saw this older thread,
http://www.thisisant.com/forum/viewthread/3795/
and it mentions there are no version of the ANT_DLL.DLL for 64 bit
I understand 32 bit windows apps work fine under 64 bit, but if an application itself is 64 bit obviously it cannot use a 32 bit DLL.
Has any one compiled it under 64 bit? How about the other 2 DLL's,
DSI_SiUSBXp_3_1.dll, DSI_CP210xManufacturing_3_1.dll ?
I guess we would need 64 versions too?
The only alternative I would see is create a 32 process to communicate via Ant_DLL.dll and have the 64 bit application communicate with it using some IPC (interprocess communication). But that is quite a bit more complex than having a 64 bit version of Ant_Dll.dll.
Any other options?
Thanks,
Michel