10-04-2007 03:27 PM
10-04-2007
08:33 PM
- last edited on
05-01-2025
02:23 PM
by
Content Cleaner
Hi Judy,
You mentioned programming in C++, but failed to make clear if its managed C++ or unmanaged C++ (MFC). If you were developing managed C++ (or C++/CLI) you would be creating .NET assemblies. In that case, yes, LabVIEW can call .NET assemblies. Check out the Using .NET with LabVIEW online help topic.
If you were using unmanaged C++, then you will be creating Win32 DLLs. In that case, you will need to use the Call Library Function Node in LabVIEW to call your DLL.
Hope this helps!
Best Regards,
10-05-2007 07:18 AM
Many Thanks!
Judy