visual c++ - MSVC: inspecting static libraries (fixing unresolved external symbols) -


I would like to ask what methods and techniques you use to fix errors linked to MSWC Are there. My problem is, that I make an executable link against self-sustained vibration and I get many unresolved external symbols (LNK 2019). I have tried to make my libraries with different calling conferences, but I have not succeeded.

I want to inspect that Lib file (this is a debug build) and it is to see what the work is provided by that Libe, to find out the reason for the linker error.

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

Thank you, Norbert

Typically these compilers are due to switches or alternatives Many pieces are separated between them. Make sure that you use the same compiler switch for code generation in all those: specifically runtime library in multi-threaded (/ mt) (static) or multi-thread in runtime library (under C / C ++) DLL (/ MD) This indicates whether or not you want to link Microsoft runtime permanently.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -