I have a LV 8.2 application that's built into an EXE targeted for a LV Run-time environment. The app uses the mean.vi in main application.
The application works fine unbuilt and also works fine built into an EXE and running on the development machine. However, it breaks when I deploy to my test machine which only has the LV Run-Time engine loaded. In the Run-Time environment, the LabVIEW's mathematical "Mean.vi" will not run. If I remove Mean.vi it will work fine.
The error was indicated as:
"Beim Laden des Vis 'NI_AALBase.lvlib:Mean.vi' ist ein Fehler aufgetreten"
The new lvanlys.dll from LV 8.2 is in the application and the system32 directory.
Does anyone have any ideas on how I can start the mean.exe in the LV Run-Time environment?
Thanks in advance,
A.Bernard