是否可以将c#文件的dll引用添加到Labwindow中
是否可以将c#文件的dll引用添加到Labwindow中。
您好,我想在 Labwindow/cvi 中使用 c# 编写的 dotnet 程序,是否可以?
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??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的问题提出了其他问题,但简而言之,是的,您可以在 CVI 中使用 .net/c# .dll。最简单的方法是包含头文件和为该 .dll 生成的 .lib。 CVI 项目应该编译/构建并运行。
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.
是的,有可能
关于帮助>目录>索引> dll 你会发现导出 DLL 函数和变量
有 3 种方法可以做到这一点,但我建议“使用导出限定符方法”
最好的问候
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