07-29-2020 01:45 AM
Hi,
I'm struggeling with a older Excel VBA application which is supposed to run on a new LapTop. Unfortunately this Laptop comes with a 64-Bit Office. Now DAQmxRegisterEveryNSamplesEvent is causing an type mismatch for the parameter of the callback handler. I think this comes because a 32-Bit address is expected by the fuction.
Is there a 64-Bit Version of the C-API or an other solution.
With kind regards,
Alex
05-08-2021 05:00 PM
DAQmx is certainly as 64-bit version available. Which DLLs do you try to load, from which path?
10-18-2021 01:21 PM
Having issues with Ni DAQmx control from 64 bit excel VBA. The DLL excel VBA referencing is C:\Windows\sysWOW64\nidaqmx.tlb.
This works well for Excel 32 bit, but not on Excel 64 bit. As all of our new computers are loaded with Excel 64 (64 bit office), we are stuck..
Appreciate if NI can get us a driver that works with 64 bit applications.