LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime issues with General Polynomial Fit in 8.2, vi not found

I've had some issues with running a new executable in 8.2.1.  The application is built fine but when I go to deploy it and run it, an error occurs where the application says that it cannot find the General Polynomial Fit.  I have rebuilt the app twice and the error occurs on 2 separate PCs.  Any suggestions?
 
Note:  We had a simular issue under 7.1 but I think the work around was to create an llb from the base code and then build from that.
0 Kudos
Message 1 of 3
(2,302 Views)
Hey Clayjar,
         This issue is due to the fact that the other PC is missing a certain dll (lvanlys.dll) that is needed for the advanced mathematics functionality.  Let's make sure that dll is on the target machine.  You can also use LabVIEW to build an installer that would include this dll.

Brian B
Account Manager
National Instruments
0 Kudos
Message 2 of 3
(2,288 Views)
That appears to have been the issue.  It wasn't a missing dl but instead an older revision dll that caused the issue.
 
Thanks
0 Kudos
Message 3 of 3
(2,279 Views)