LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows/CVI DLL/C#

I want to build a LabWindows/CVI DLL (Version 7.1).  How do I access it from a C# program?
0 Kudos
Message 1 of 2
(3,354 Views)

You should probably ask this question in a C# forum.

In .NET/C# there is a mechanism called PInvoke that can be used to call non-.NET DLLs. You could try using that to call your CVI DLL. You can get more information about PInvoke by searching Microsoft C#/.NET help or MSDN.

0 Kudos
Message 2 of 2
(3,320 Views)