Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Problem vncviewer V1238

Developers may discuss here
Post Reply
thegaffer14
Posts: 5
Joined: 2019-09-06 14:07

Problem vncviewer V1238

Post by thegaffer14 »

This still doesn't work
sprintf_s(fname, "%.15s-%d.vnc", tmphost, (disp > 0 && disp < 100) ? disp : port);

The problem is that I use a Dynamic DNS to find the IP address of my home system when accessing from the internet e.g

myaccountname.mynetgear.com:16925

Why limit the name size to 15 chars anyway?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: Problem vncviewer V1238

Post by Rudi De Vos »

Don't know some 15 years ago some added 10+3, possible some filename limitation is an OS at that time.
Post Reply