views:

214

answers:

0

I wanted to ask what tools and techniques you use to fix linker errors in MSVC. My problem is, that I link an executable against a self built static lib and I get a lot of unresolved external symbols (LNK2019). I've tried building my libs with different calling conventions but I didn't succeed.

I want to inspect that lib file (it's a debug build) and see what functions are made available by that lib to maybe find the cause of the linker error.

I'd appreciate any suggestions how to systematically debug missing external symbols.

thanks, Norbert