CallLibraryNodeRelativePathNotSupported
- Updated2023-02-17
- 1 minute(s) read
CallLibraryNodeRelativePathNotSupported
The Code Conversion Utility changed a Shared Library Interface (SLI) reference to an absolute path because this version of LabVIEW NXG does not support relative paths to the shared library.
What to Do
Review the absolute paths for correctness. Moving these files on disk can cause the absolute paths to be incorrect.
Alternate Workarounds
If the previous suggestions don't restore the functionality of the affected code and the code isn't essential to the core functionality of your application, you can remove the portion of code. If the code is part of the core functionality of the application, you can use the VI Interop node to call your existing code, provided that the new code organization meets the architectural goals of your application. If neither solution meets the requirements of your application, do not migrate to LabVIEW NXG at this time.