Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
2 answers
1k views

Accessing multiple dynamic libraries with the same extern C methods

I have multiple pre-compiled dynamic libraries that use the same extern "C" function names. The functions can behave differently for each dynamic library. ...
Greg's user avatar
  • 523