Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

VS2022 Zlib Compile Error

Developers may discuss here
Post Reply
colleanTip
Posts: 1
Joined: 2025-02-20 10:04

VS2022 Zlib Compile Error

Post by colleanTip »

I have downloaded from github.
And I tried to compile vncviewer.sln with visual studio 2022.

But 53 Errors occured. :oops:

Code: Select all

cannot open source file "zlib.h"
cannot open source file "zstd.h"
Do I need to install the zlib library?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6891
Joined: 2004-04-23 10:21
Contact:

Re: VS2022 Zlib Compile Error

Post by Rudi De Vos »

Several packages are managed by the visual studio package manager. They are needed, not only the header but also need to be compiled.
see also
https://learn.microsoft.com/en-us/answe ... tudio-2022
Post Reply