A
Anthony Catel
I have a program which load two lib (A and B).
In A i want to use some symbols of B. The problem is that lib A is
loaded before B and I get :
" undefined symbol: foo".
What is the best way to solve this kind of case ?
Load B in all lib where I use it ?
What pattern is generaly used for plugins system with dependency between
them ?
Thanks
In A i want to use some symbols of B. The problem is that lib A is
loaded before B and I get :
" undefined symbol: foo".
What is the best way to solve this kind of case ?
Load B in all lib where I use it ?
What pattern is generaly used for plugins system with dependency between
them ?
Thanks