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
- 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
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
- 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
- 2016-10-19 04:41
- Forum: VNC-related products
- Topic: Error compiling VNC code, SCHook.vcxproj could not be found
- Replies: 2
- Views: 8755
Re: Error compiling VNC code, SCHook.vcxproj could not be fo
OK. thank you, i removed the SCHook.vcxproj project and it worked fine...
- 2016-10-15 06:50
- Forum: VNC-related products
- Topic: Error compiling VNC code, SCHook.vcxproj could not be found
- Replies: 2
- Views: 8755
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 ...
- 2016-08-26 11:36
- Forum: Developer discussions (mainly user-mode)
- Topic: Speed issue in Ultra VNC with repeater mode III
- Replies: 2
- Views: 21395
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 ...
- 2016-08-23 05:02
- Forum: Developer discussions (mainly user-mode)
- Topic: How to setup UltraVNC repeater mode SSL (SCIII)
- Replies: 0
- Views: 18773
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 in ...
- 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: 22500
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 connections ...
- 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: 22500
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 ...
- 2016-08-10 05:53
- Forum: Developer discussions (mainly user-mode)
- Topic: Unable to build winvnc in VS 2008
- Replies: 9
- Views: 34416
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 ...
- 2016-08-04 09:03
- Forum: Developer discussions (mainly user-mode)
- Topic: Unable to build winvnc in VS 2008
- Replies: 9
- Views: 34416
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"
- 2016-08-03 07:33
- Forum: Developer discussions (mainly user-mode)
- Topic: Unable to build winvnc in VS 2008
- Replies: 9
- Views: 34416
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 ...