how to avoid loading trim whitespace.vi and general error handler.vi from c:\

2004-06-04 Thread mbuttman
I saved a llb with vi.lib VIs and then converted the llb to a directory. I do this since I am dynamically loading VIs and I need the vi.lib VIs in the same directory. The probelm I have now is when I open a VI that calls Trim Whitespace.vi or General Error Handler.vi LV 7.1 loads it from from

Re: how to avoid loading trim whitespace.vi and general error handler.vi from c:\

2004-06-04 Thread PJM_Labview
Hi In general to relink VI you have to load the hierarchy from the bottom up. LV first check if the called VIs are in memory, therfore load first Trim Whitespace.vi and General Error Handler.vi in memory then load the VI that are calling them, save everything. That should do it PJM