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
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
Search found 2 matches
- 2012-03-06 08:48
- Forum: Developer discussions (mainly user-mode)
- Topic: How do diffrent reconnection
- Replies: 1
- Views: 3155
Re: How do diffrent reconnection
I have a progress with that. But I have a new problem. ///Force break after timeout DWORD threadID; ThreadSocketTimeout = CreateThread(NULL,0,SocketTimeout,(LPVOID)&m_sock,0,&threadID); res = connect(m_sock, (LPSOCKADDR) &thataddr, sizeof(thataddr)); This socket timeout doesn't work and i don't know ...
- 2012-02-24 07:32
- Forum: Developer discussions (mainly user-mode)
- Topic: How do diffrent reconnection
- Replies: 1
- Views: 3155
How do diffrent reconnection
Hi. I need to modify source code for that thing: vnc client show one server, after 30 sec client close connection and open connection to another server from list. I'm so bad in uvnc source and Win C programming and so i need help. I'm see 2 ways. Modify App object and WinMain functtion. First App ...