Reply To: Error 13 – Call Library Function Node in Built Executable and Installer

Home Forums FTDI FT4222 LabVIEW Driver Discussions Error 13 – Call Library Function Node in Built Executable and Installer Reply To: Error 13 – Call Library Function Node in Built Executable and Installer

#3089
Ajayvignesh MVAjayvignesh MV
Keymaster

Hi Nirmal/Infant,

As we discussed over the call, please try to install LabVIEW on the Error PC and confirm that it’s working as you assume in this problem statement.

If the error goes away, then it means some LabVIEW components are not packed as part of the installer.

If the error still persists after LabVIEW installation, then the root cause of the error would be different.  It could be a conflict with other drivers installed (like USB2ANY which we noticed in the project and executable build).

Also, you may compare the Dependency Walker logs between working PC and non-working PC (Erroring PC) to figure out any dependencies missing on non-working PC.  As we discussed you may not be able to directly copy over the missing DLLs in this case, but you would need to figure out an installer relevant to that (eg., VC++ Run time installer for missing C++ DLL)

Thanks,
AJ