Reputation: 165
Is It possible to add dll refrence of c# file into Labwindow.
Hi I want to use dotnet program written in c# in Labwindow/cvi in c language is it possible or not??
Upvotes: 0
Views: 549
Reputation: 1
yes it is possible on help>Contents>index> dll you will find Exporting DLL Functions and Variables there is 3 way to do so , but i suguest " Using the Export Qualifier Method "
best regards
Upvotes: 0
Reputation: 23236
Your question poses other questions, but in a nutshell, Yes, you can use a .net/c# .dll within CVI. The easiest way is to include a header file and .lib generated for that .dll. The CVI project should compile/build and run.
Upvotes: 0