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

Compact version possible....

Any features you would like to see in UltraVNC? Propose it here
Post Reply
Kristo

Compact version possible....

Post by Kristo »

Since the original VNC version there were a lot of files added
to the current release.

Isn't it possiblt ot pack all those dlls into only one or a few single and compact files?

Cheers
Kristo
netwolf
40
40
Posts: 112
Joined: 2004-05-13 11:33

Post by netwolf »

I guess you'd just have to play a little with the project dependencies to include the various libraries directly into the exe.
But you don't really gain anything by doing that.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6883
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Take care....

Several dll are split to support different OS's.
Using a dll you first can check the OS and load the corresponding dll.
netwolf
40
40
Posts: 112
Joined: 2004-05-13 11:33

Post by netwolf »

Yeah, thanks, that's what I meant with "playing around a little with..." :)

I think especially regarding MSlogon you have to carefully choose the correct dlls.
Marscha
Former moderator
Former moderator
Posts: 464
Joined: 2004-05-14 06:48

Post by Marscha »

authSSP.dll for MS-Logon II is compiled as Unicode, while winvnc.exe is ANSI.
For authSSP you need Unicode to support extended chars in passwords (like ä, ö, ü, ß).
Post Reply