testlib1 - static library that contains function: double sqrt2(int)
testlib2 - static library that contains function: double tripple(int); function tripple uses sqrt2; I've added testlib1.lib into this project as common .cpp file
testapp - application that uses testlib2 only; it realy can't find double sqrt2(int).
