03-22-2007 09:54 AM
03-23-2007 11:06 AM
03-23-2007 12:55 PM
03-23-2007 01:05 PM
06-05-2010 10:28 AM
Just FYI - I found another way to duplicate the same error in LV2009 SP1. When I tried to run my build, I got the same error as reported above. I checked the call library node as Matt recommended, but it was fine. I had to go through my project file to find the answer. Without thinking about it, I must have somehow included user32.dll in my project. All I had to do was remove it from the project (making it show up in dependencies instead) and everything built fine. Moral of the story - don't include system dlls in your projects!
JasonP - CLD
10-23-2013 04:07 AM
Hello
I have similiar problem with building LLB files.
I get following error.
Error copying files.
Source: ..\..\Program Files\National Instruments\LabVIEW 8.6\resource\visarc
Destination: D:\builds\Arduino LLB\Arduino LLB\data\data\visarc
Librarian Path Location.vi
Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
Error 1 occurred at AB_Destination.lvclass:Copy_File.vi -> AB_Source.lvclass:Copy_SourceItem.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller
Possible reason(s):
LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
=========================
NI-488: Command requires GPIB Controller to be Controller in Charge.
I heartly appreciate your help on this.
thank you
10-24-2013 03:09 PM
Hi Jatin1489,
How are you calling the DLLs when you are building LLB files? Are you using the entire path name? If so, I would suggest using just the name of the DLL as input to a Call Library Function node.
Jordan G.