The following simple shared library example describes the three basic tasks for building external code libraries to call from LabVIEW. (Windows) Applications must have a .dll extension. (Mac OS) Applications must have a .framework extension. (Linux) You can use .so or you can begin with lib and end with .so, optionally followed by the version number. This allows other applications to use the library.
Complete the following steps to build external code libraries to call from LabVIEW.
You then can call the shared library that you build.