All Questions
Tagged with system-verilog dynamic-loading
1 question
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. ...