Replies: 1 comment
|
Yes you can link against object files just like static and dynamic libraries. And then access the functions defined in the object file in the same way as normal: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have seen the keyword
foreignbeing used with static library and dynamic library but have never seen it being used with an object file. Is it possible?All reactions