02-08-2023 03:10 PM
When I run one of my built apps (.exe), it throws up this:
When I open the source project in LV and search for "Launch Icon Editor From String.vi", nothing is found.
However when I look in the source project with Notepad, I see this dependency: <resource>:\plugins\lv_icon.lvlibp\1abvi3w\resource\plugins\NIIconEditor\Launch Icon Editor From String.vi.
When I look in lv_icon.lvlibp, I don't see Launch Icon Editor From String.vi
Any suggestions?
02-08-2023 05:49 PM
I would look into why you've got "lv_icon.lvlibp" being included in your EXE. Including anything from the "resource" directory is a weird move for an EXE file, as most of that stuff in the "resource" directory is for things you run during edit time only.