01-05-2010 03:09 AM
Hi,
I'm relatively new to LABVIEW and I'm building an application with LABVIEW 2009. The application works well on my PC. However, the application is
intended to be ran on another machine. I then tried two approaches. First, I copied the executable file onto the second machine and second, I created
an installer file. Both methods resulted in an error when the executable was ran on the second machine. Here is the error:
"Missing external function lvanlys.dll Mean_Head.C in VI NI_AALBase.lvlib:Mean.vi". I'm hoping anyone out there knows the solution to this.
Thanks!
Bobby C
01-05-2010 07:46 AM
01-05-2010 08:46 AM
I'm not sure that link is appropriate since it talks about LabVIEW 7.1 installer and windows NT.
For LabVIEW 8 or higher, make sure that the data folder is part of the install. Done correctly, there will be your application, the data folder, and in the data folder, lvanlys.dll.
01-07-2010 11:47 PM
Hi guys,
I finally got it to work. Somehow the fix was to download and install the latest drivers of my NI hardware (NI USB-6251).
Upon installing the latest drivers, I got my application to work. Thanks again for your inputs!
Bobby