LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error copying files. Source: ..\Program Files\National Instruments\LabVIEW 8.6\resource\visarc Destination: C:\...\data\visarc Librarian Path Location.vi

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

 

0 Kudos
Message 1 of 3
(2,653 Views)

What is it that you are actually trying to do when the error comes up?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,648 Views)

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...

Justin D
Applications Engineer
National Instruments
http://www.ni.com/support/
0 Kudos
Message 3 of 3
(2,633 Views)