I have two static libraries lib1.lib, lib2.lib (not their code) with the same prototype functions, but with different implementations.
I tried to include both, and it seems like it always uses the implementation from the first library.
If I include both of them in my project, is there a way to choose an implementation from a specific library?
source share