08-25-2005 04:35 PM
08-26-2005 07:51 AM
Hi Tim.
If you are starting a new project, you should use NationalInstruments.NI4882.dll. It provides better documentation, examples, integration with Visual Studio, integration with Measurement Studio, and is the library that the Instrument I/O Assistant generates code for. It also provides a more natural .NET programming experience by representing programming idioms in a manner consistent with the rest of the .NET Framework. It will continue to be supported and will definitely be supported in Visual Studio 2005 and .NET Framework 2.0.
langint.dll, on the other hand, is a flat wrapper on top of the C API. Its purpose is to help developers who are very familiar with the C API and just want to port a C program to .NET (likely C#). I'm not sure whether it will be supported in Visual Studio 2005 and .NET Framework 2.0. I will look into this.
08-26-2005 04:28 PM
08-29-2005 12:31 PM
08-30-2005 11:36 AM