|

楼主 |
发表于 2009-2-27 18:30:01
|
显示全部楼层
On Windows, the linear algebra functions supported by LabVIEW are actually implemented using the Intel MKL (Math Kernel Library). MKL is packaged as a number of DLLs, and is located in "...\National Instruments\Shared\MKL". The LabVIEW 7.1 version of lvanlys.dll has a dynamic (runtime) dependency on the MKL Dlls, and also requires that a registry key be present that points to the MKL directory. It sounds like you are missing those MKL DLLs on the networked computer.
I would suggest running the LabVIEW 7.1 runtime engine installer on the networked computer. This will install the runtime engine, the MKL DLLs, and create the appropriate registry entries.
If you choose to create an installer when building the executable from your VI(s) then that installer
will contain the LabVIEW runtime engine installer. |
|