After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.

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

Search found 5 matches

by tzott
2018-12-05 23:40
Forum: Developer discussions (mainly user-mode)
Topic: Unable to Build VC2010
Replies: 13
Views: 45261

Re: Unable to Build VC2010

FINALLY!!! A successful build!!!
I feel I should be a responsible open source developer and include tips and everything I did to get it working.

- Installed the following using the 2017 Visual Studio Installer, Individual Components:
- Windows 8.1 SDK
- All the VC++ 2017 toolsets I could find in ...
by tzott
2018-12-05 21:18
Forum: Developer discussions (mainly user-mode)
Topic: Unable to Build VC2010
Replies: 13
Views: 45261

Re: Unable to Build VC2010

It seems that if I do not re-target the project I get a bunch of include errors for common includes like <ctype.h>
After re-targeting I get a bunch of syntax errors from winnt.h
by tzott
2018-12-05 20:29
Forum: Developer discussions (mainly user-mode)
Topic: Unable to Build VC2010
Replies: 13
Views: 45261

Re: Unable to Build VC2010

Quick follow-up, I have installed NASM 2.14 64-bit for Win. Hopefully that is correct.
by tzott
2018-12-05 20:09
Forum: Developer discussions (mainly user-mode)
Topic: Unable to Build VC2010
Replies: 13
Views: 45261

Re: Unable to Build VC2010

A few questions and clarifications:

1. I should be opening the .sln file and not the .vcxproj files?
2. Once inside VS2017 do I need to re-target the project?
3. When I attempt to download the NASM I just get a page of code listings. What is it I need to download and install? https://www.nasm.us ...
by tzott
2018-12-05 03:00
Forum: Developer discussions (mainly user-mode)
Topic: Unable to Build VC2010
Replies: 13
Views: 45261

Re: Unable to Build VC2010

Has anyone successfully built the newest ultravnc_src_1223 using MS Visual Studio 2017 yet?

I assume you start by using all the many *_VC2017.vcxproj files. Correct?

I've been at it a while with no success and a variety of issues I see also listed in this post.
However, since I'm using 1223 and ...