-
Notifications
You must be signed in to change notification settings - Fork 16
how to manually configure a development environment
sergiov-ni edited this page Feb 8, 2025
·
1 revision
- Clone this repo into a development location (e.g., C:\dev).
- Run Tooling\Prepare LV to Use Icon Editor Source.vi.
This will perform the following steps, which you can alternatively perform manually:
- Delete <LabVIEW>\resource\plugins\lv_icon.lvlipb
- Delete <LabVIEW>\vi.lib\LabVIEW Icon API
- Set LocalHost.LibraryPaths in your labview.ini file to the location of this project. For example:*
- LocalHost.LibraryPaths="C:\dev\labview-icon-editor"
- Open lv_icon_editor.lvproj in LabVIEW.
- The top-level VI is in the Project Explorer at My Computer » resource/plugins » lv_icon.lvlib » lv_icon.vi.
Open for business!
Describes how to distribute your copy of the icon editor