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 9 matches

by IT researcher
2016-10-19 04:41
Forum: VNC-related products
Topic: Error compiling VNC code, SCHook.vcxproj could not be found
Replies: 2
Views: 14752

Re: Error compiling VNC code, SCHook.vcxproj could not be fo

OK. thank you, i removed the SCHook.vcxproj project and it worked fine...
by IT researcher
2016-10-15 06:50
Forum: VNC-related products
Topic: Error compiling VNC code, SCHook.vcxproj could not be found
Replies: 2
Views: 14752

Error compiling VNC code, SCHook.vcxproj could not be found

I am trying to compile the vnc code in VS 2010. And i am getting the error during opening of the project which says "D:\Desktop\winvnc\schook\SCHook.vcxproj : error : Project "D:\Desktop\winvnc\schook\SCHook.vcxproj" could not be found." and in my code files i could not find schook project. Tried ...
by IT researcher
2016-08-26 11:36
Forum: Developer discussions (mainly user-mode)
Topic: Speed issue in Ultra VNC with repeater mode III
Replies: 2
Views: 26905

Speed issue in Ultra VNC with repeater mode III

I am using ultra vnc to connect my clients remotely. I have repeater with mode II in my webserver(port 5500 and 5901). Recently I got some clients who are working behind proxy server. When I try connecting them ultra vnc was not working. I came to know that that is because my repeaters port is ...
by IT researcher
2016-08-23 05:02
Forum: Developer discussions (mainly user-mode)
Topic: How to setup UltraVNC repeater mode SSL (SCIII)
Replies: 0
Views: 23108

How to setup UltraVNC repeater mode SSL (SCIII)

I am getting an error in repeater while trying to establish connection between server and viewer.
I have downloaded testing files from here http://www.uvnc.com/SCIII/SCIII.zip

I am using windows server. I run the repeater from the downloaded setup, in my web server using the certificate available ...
by IT researcher
2016-08-10 11:19
Forum: Developer discussions (mainly user-mode)
Topic: Uvnc to connect a server which is working behind a proxy
Replies: 3
Views: 29463

Re: Uvnc to connect a server which is working behind a proxy

My flow chart is different than yours,
pc1(server) <-> CCproxy <-> NAT Router <-> internet <-> repeater <-> internet <->nat router<->pc2 (viewer)

here pc1 is accessing internet via a proxy server. Proxy server is used to control and monitor the traffic. By default only http,https and ftp ...
by IT researcher
2016-08-10 06:04
Forum: Developer discussions (mainly user-mode)
Topic: Uvnc to connect a server which is working behind a proxy
Replies: 3
Views: 29463

Uvnc to connect a server which is working behind a proxy

Hello,

I am using Uvnc to connect users remotely. Till today it was working greatly, but today I got a user who is working behind a proxy server. I know the problem is because of proxy server.
So I did a test myself using CCproxy at my place. I have setup a repeater in web server with VNC server ...
by IT researcher
2016-08-10 05:53
Forum: Developer discussions (mainly user-mode)
Topic: Unable to build winvnc in VS 2008
Replies: 9
Views: 46684

Re: Unable to build winvnc in VS 2008

Thank you, I solved it. The problem was with the library. My project was referring to "C:\Program Files (x86)\Microsoft Visual Studio 7.0\VC\atlmfc", actually it should be "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc". Also the nasm was was not detecting by VS , so I have copy ...
by IT researcher
2016-08-04 09:03
Forum: Developer discussions (mainly user-mode)
Topic: Unable to build winvnc in VS 2008
Replies: 9
Views: 46684

Re: Unable to build winvnc in VS 2008

Yes, I have installed nasm. When I load sln file, I am getting the error as "Project 'zlibstat.vcproj' or referenced file has failed to load"
by IT researcher
2016-08-03 07:33
Forum: Developer discussions (mainly user-mode)
Topic: Unable to build winvnc in VS 2008
Replies: 9
Views: 46684

Unable to build winvnc in VS 2008

Hello,

I am getting the error while building the winvnc in VS 2008. The error is exactly same as this post (= https://forum.uvnc.com/viewtopic.php?t=10563) but the solution in that post is not working for me.
zlib.lib is of VS version 2010 and there is no project file for Xregion.lib.

Can anyone ...