I have two static libraries lib1.lib, lib2.lib (not their code) with the same function-prototypes, but with different implementations.
I tried including both, and it seems to use always the implementation from the first library included.
If I include both of them in my project, is there a way to choose the implementation from a specific library?