07-14-2011 02:46 PM
Is the NI-DAQmx driver that ships with the NI USB-6008/6009 compatible with Visual Studio 2010 (C++) and .NET 4.0???
The OS is WinXP (32 bit)
Thanks.
Solved! Go to Solution.
07-15-2011
05:13 PM
- last edited on
10-29-2025
08:45 PM
by
Content Cleaner
It is! If you installed DAQmx before Visual Studio then is won't automatically install examples and other helpful hooks into the system, which you can add retroactively by going to modify the National Instruments program and selecting to modify the DAQmx driver, and selecting the components for .NET. Check out this article on examples.
07-15-2011 05:26 PM
That's what I wanted to know.
Thanks.
07-19-2011
01:33 PM
- last edited on
10-29-2025
08:46 PM
by
Content Cleaner
I just noticed that you are working with 2010 and C++, and the DAQmx readme 9.3 has a table that lists only c# for 2010 and only 2005/2008 for C++. This means that the DAQmx won't populate into 2010 automatically, but the .NET assembly can be linked into your project like any third party .NET assembly. I'm not sure if there are other caveats about why it wasn't listed, but I'd expect them to work.