12-23-2003 10:57 AM
12-26-2003
09:27 AM
- last edited on
12-11-2024
04:08 PM
by
Content Cleaner
Hello
For programming with .NET 1.1 framework( for C#, VB.NET and managed C++), we do have native .NET class for our newer DAQmx driver so you dont have to worry about making wrappers. This API is available with the DAQmx driver from here
If you are developing using MFC with Visual Studio .NET 2003, Measurement Studio 7.0 provides C++ classes for DAQmx.
If you want to use the CWDAQ controls in the .NET languages, the only way to do that is by making wrappers for the controls, since that is the only way to get activex controls to work with the .NET framework.
Once you drop the control onto the form, the Visual Studio IDE should generate the wrappers for you automatically.
Check out this link for more information.
I hope this helps
Bilal Durrani
NI
12-29-2003 10:35 AM
12-29-2003
11:19 AM
- last edited on
12-11-2024
04:09 PM
by
Content Cleaner
Hello
The process is pretty much the same.
Bilal