Skip to content

Visual studio error LNK2019 unresolved external symbol #75

Closed Answered by ihedvall
CES1919 asked this question in Q&A
Discussion options

You must be logged in to vote

Don't panic.

The ParseMf4.exe project is missing both zlib and expat libraries. The C++ linkers are not that smart regarding this common error. The errors are generated when linking the executable, so you need to manually add these external libraries to your executable project.

I think it should be the static version (MT) version of the libraries you should use and yes, the MT and MD option in VC is just weird causing a lot of the above problem.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@CES1919
Comment options

Answer selected by CES1919
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants