Search found 1 match

by colleanTip
2025-02-20 11:41
Forum: Developer discussions (mainly user-mode)
Topic: VS2022 Zlib Compile Error
Replies: 1
Views: 235645

VS2022 Zlib Compile Error

I have downloaded from github.

git clone --recursive https://github.com/ultravnc/UltraVNC.git

And I tried to compile vncviewer.sln with visual studio 2022.

But 53 Errors occured. :oops:

cannot open source file "zlib.h"
cannot open source file "zstd.h"

Do I need to install the zlib library?