使用 LabVIEW 工具包打包 DLL

发布于 2025-01-05 16:28:05 字数 233 浏览 0 评论 0原文

我有一组实用程序 LabVIEW VI,可以调用用 C++ 编写的自定义 DLL。我想将 VI 打包到 LabVIEW 工具包中并通过安装程序进行部署,但我不确定在涉及自定义 DLL 的情况下执行此操作所涉及的标准实践。我研究过 VIPM 来打包 VI,但到目前为止我还没有找到生成包并包含适当的 DLL 依赖项的方法。为 LabVIEW 工具包生成安装程序并在正确的位置(无论在哪里)安装该工具包的 DLL 依赖项的正确方法是什么?

I have a set of utility LabVIEW VIs that make calls to a custom DLL written in C++. I'd like to package the VIs into a LabVIEW toolkit and deploy it via an installer, but am unsure about the standard practices involved in doing this where a custom DLL is involved. I've looked at VIPM for packaging the VIs, but so far I haven't found a way to generate a package and include the appropriate DLL dependencies. What is the correct way to go about generating an installer for a LabVIEW Toolkit and installing the DLL dependency for said toolkit in the correct location (where ever that may be)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

绿光 2025-01-12 16:28:05

系统立即知道的 DLL(即在 CLFN 节点中输入的 DLL)会自动添加。

间接使用的 DLL 和以编程方式确定的 DLL 无法自动包含,必须手动添加到相应构建规则的源文件部分。

The DLLs immediately known to the system - i.e., the ones entered in the CLFN node - are added automatically.

DLLs which are used indirectly and DLLs which are determined programmatically cannot be auto-included and must be added manually to the Source files section of the respective Build rule.

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