Hello,

I 've got a linking problem in vc++ 5.0 :
first, i defined a static library x. => x.h et x.cpp compiled to x.lib with no pbs.
second, i defined a test probleme test_x.
I include x.h in test_x.
compilation produce no problem, but linking say that it can't find function adress : I don't know how to tell to vc5 where are my x.lib file (directories are well...).


Thank you very much,

Adrien.