Hi,
What probably happening is maybe a reference is now incorrect. If you have a path based on file constant for example, or on the current vi path. The file constant will generate the path to your exe instead of LabVIEW. The current path of the vi will also generate a path to the exe.
This means you have to do a check to see if it the exe and strip back to the vi.
To get the file constant back to pointing at labVIEW, you need to generate an ini file based on the LabVIEW.ini file, which will be called '
.ini'. This will define the defaultdir, searchdir and other such setup parameters.
Hope this helps
Ray Farmer
Regards
Ray Farmer
