You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Windows 10 21H1
Platform tools: Visual Studio 2019 (v142)
Windows SDK: 10..0.18362.0
File contrib\vstudio\vc14\zlibvc.def lost exporting entry for function zipOpenNewFileInZip4.
Maybe other .def files have the same problem.
I built zlibvc project located in contrib. When I am linking my program to zlibwapi.dll, VC linker throw an error, unresolved external symbol _zipOpenNewFileInZip4@72. So I checked the def file located in project folder and I couldn't find and entry for ``zipOpenNewFileInZip4`. Is it a mistake?
The text was updated successfully, but these errors were encountered:
Platform: Windows 10 21H1
Platform tools: Visual Studio 2019 (v142)
Windows SDK: 10..0.18362.0
File
contrib\vstudio\vc14\zlibvc.def
lost exporting entry for functionzipOpenNewFileInZip4
.Maybe other
.def
files have the same problem.I built
zlibvc
project located incontrib
. When I am linking my program tozlibwapi.dll
, VC linker throw an error,unresolved external symbol _zipOpenNewFileInZip4@72
. So I checked the def file located in project folder and I couldn't find and entry for ``zipOpenNewFileInZip4`. Is it a mistake?The text was updated successfully, but these errors were encountered: