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