Hi guys,
I use the following structure to load VIs dynamically:
It works perfectly when I’m in development mode, but I do not know how to build the executable from this structure, because the “List folder.vi” does not work. Should I save the VIs in a separate folder or in an llb and load them from there or is it possible to bundle all the VIs in an exe and call them dynamically from there somehow?
Ideally at the end I would like to have only one exe with all the VIs bundled in it, but I don’t know if it can be done or not.
Thanks
Attila