Yaw Mensah Posted December 14, 2020 Report Share Posted December 14, 2020 Is it possible to call a static library in Labview, without calling it through a shared library? Thank you in advance for your replies. Quote Link to comment
Rolf Kalbermatter Posted December 14, 2020 Report Share Posted December 14, 2020 5 hours ago, Yaw Mensah said: Is it possible to call a static library in Labview, without calling it through a shared library? Thank you in advance for your replies. No. Static libraries are a collection of compiled object modules. The format of static libraries is compiler specific and you need a linker that understands the object file format. That is typically limited to the compiler toolchain that created the static library! Some compilers support additional formats but it is often hit an miss if it wlll work to link foreign libraries with your project. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.