Building wireshark in VS2019 and getting unresolved external symbol __CxxFrameHandler4
Building wireshark in VS2019 and getting unresolved external symbol __CxxFrameHandler4
https://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html
What are versions for
cl
andlink
?And is there anything left over that was built with VS2017? That appears to be one problem that causes this. (Found with a Google search for __CxxFrameHandler4; that found other stuff as well.)
cl version - 19.25.28614; link version - 14.25.28614. I added my own C++ project that was 2017, but I converted it to 2019 and still get the unresolved symbol error. I also have a C# project that was build by 2017, but it is a csproj file. Does it need to be converted?
Is it possible the libraries got walked on or linking against the wrong version?
(more)