是否可以将c#文件的dll引用添加到Labwindow中

发布于 2024-09-03 11:49:47 字数 92 浏览 3 评论 0原文

是否可以将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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

懵少女 2024-09-10 11:49:47

您的问题提出了其他问题,但简而言之,是的,您可以在 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.

黑色毁心梦 2024-09-10 11:49:47

是的,有可能
关于帮助>目录>索引> 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文