10-12-2011 04:15 AM
Been haunted by this one for years. Always have to fool with visarc source locations until error goes away.
LV 8.6
Error copying files. Source: ..\Program Files\National Instruments\LabVIEW 8.6\resource\visarc Destination: C:\...\data\visarc Librarian Path Location.vi
Librarian Path Location.vi
10-12-2011 06:03 AM
What is it that you are actually trying to do when the error comes up?
Mike...
10-13-2011 12:39 PM
Hi RAM,
I'm assuming this error occurs when you are attempting to build your project? If this is the case this error can result from using an absolute path to the to the DLL in the Call Library Node. When an absolute path is used the application builder assumes it is not a system DLL and will attempt to place it in the support folder for the exe. When the DLL is called only the file name of the DLL should be used rather than the entire absolute path. When this is done the application builder assumes the DLL will be available on the target system. A similar issue was described here: http://forums.ni.com/t5/LabVIEW/Build-chokes-on-user32-dll-via-quot-Librarian-Path-Location-vi/m-p/4...