From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL Init Error: windows cannot find the DLL

"estALLapi.dll" or one of the DLLs which is statically linked to it.
Project was moved from one PC to another.
0 Kudos
Message 1 of 2
(2,551 Views)
Hello

YOu need to move that dll onto the other machine as well. Windows uses the following ordering to search for dll's on a system

The directory where the executable module for the current process is located.

The current directory.

The Windows system directory. The GetSystemDirectory function retrieves the path of this directory.

The Windows directory. The GetWindowsDirectory function retrieves the path of this directory.

The directories listed in the PATH environment variable.

Ensure that the dll is in one of the above locations.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,551 Views)