LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

C Remote TPI.NET Client

Is there LabWindows/CVI Remote Tektronix TPI.NET Client sample?

0 Kudos
Message 1 of 3
(2,722 Views)

How can I use .net dll in CVI? Is there any code example?

Thank you

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

Hello,

 

LabWindows/CVI executables and DLLs can load 32-bit DLLs. To call a DLL from LabWindows/CVI, you must have the DLL header .h file and the import library .lib file. If you do not have the DLL import library, you can create one using the tools LabWindows/CVI provides. For more information, refer to the What Is the Difference between Static Linking to a DLL and Dynamic DLL Linking? section of this FAQ.

Because LabWindows/CVI is an ANSI C compiler, it can call only functions that have been exported as C-style functions. For more information, refer to the How Can I Use DLLs Created in Visual C++ with LabWindows/CVI? section of this FAQ.

 

Daniel

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