Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost a function exporting entry in VC Module-Definition Files(.def) #604

Open
yyc12345 opened this issue Mar 24, 2022 · 0 comments
Open

Comments

@yyc12345
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant