I'm looking for the answer to following question:
Is there any possibility to create a static library which uses other static third party libraries so the main application will need just to link my custom static library and all other functions will be included into that library? I'd like to achieve that in Visual Studio just by proper configuration of solution/project.
Currently when I'll use my library in test application I'm getting a lot of unresolved external symbol
errors.