How Can I Change or Set the VI Search Path for LabVIEW Executables? 您所在的位置:网站首页 dmm游戏安装路径怎么改 How Can I Change or Set the VI Search Path for LabVIEW Executables?

How Can I Change or Set the VI Search Path for LabVIEW Executables?

2024-07-11 00:50| 来源: 网络整理| 查看: 265

Solution

With every LabVIEW executable you build, a corresponding .ini configuration file titled [Application Name].ini is created. This .ini file stores all the preference information for the executable. You can add the following token in the .ini file for your executable to set additional search paths:viSearchPath=""Note that the .ini file must also have a section header with the application name in it (e.g. [Application Name]). The following is an example entry for an .ini file created for an application titled MyApplication.exe: [MyApplication] viSearchPath="C:\Documents and Settings\Desktop\dll2\LabVIEW_code_and_DLL\*" 

If you wish to add multiple search paths, the additional paths can be separated by using a semicolon. For example:viSearchPath=";;"

 



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有