Hi, Jarrod,
A force-recompile seems to fix E748 error. So thank you!
However, I have related questions on this subject. I use a lot of dynamic loading vi (open vi reference, then run sub routine). In LV enviroment, I can easily find out the exact vi path for open vi reference, but in exe, I don't have these file structure any more, how do I set file path then? for example:
my main vi is in: c:\labview\app\main\main.vi
my sub application is in: c:\labview\app\fun1\sub1.vi
so in main vi, I can easily use current vi path to trace my sub routine path.
In exe version, all I have is one file: c:\labview\build\application.exe
so how do I specify my sub application path?
thanks,
DG