dle Posted January 10, 2020 Share Posted January 10, 2020 I'm wondering if DF can call a static library (.lib) just like share library (.dll) Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted January 10, 2020 Share Posted January 10, 2020 No, by definition a static library is compiled into a program, while a shared library can be accessed by an existing, already compiled program like DAQFactory. If you only have a .lib file available, you would have to compile that into a DLL. This should be relatively easy with just a little wrapper code. Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.