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
Feedback is welcome

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.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback 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 4 matches

by RainerK
2008-02-11 14:44
Forum: PcHelpWare
Topic: 1SCDLL.DLL Coding info
Replies: 4
Views: 12755

Re: Coding info / other

Is it possible to receive the WM_APP+10 .. 14 to change a led?
(Msg WM_APP1 .. 5 is incoming)
by RainerK
2008-02-09 16:06
Forum: PcHelpWare
Topic: DLL starts with errmsg
Replies: 2
Views: 4691

Re: DLL starts with errmsg

Is's any time ago, now dll calling in Delphi will work.
However a problem with password is present.

For testing I want connect server and viewer at the same machine.
1. DLL Call:
Start_viewer(
ID = empty
Repeater = empty
Port = 5500
RepPort = 0
Passw = < 123 as MD5 ...
by RainerK
2008-02-08 12:58
Forum: PcHelpWare
Topic: Enhaced Viewer
Replies: 1
Views: 3212

Enhaced Viewer

Is is possible that on creating a profile in viewer an empty password is allowed.
In this case on connection viewer will create a md5 sum on the fly.
The whole purpose is that user must get a password from support. Both
sides use this for one session, unwelcome connections are not possible.
One ...
by RainerK
2007-03-02 19:07
Forum: PcHelpWare
Topic: DLL starts with errmsg
Replies: 2
Views: 4691

DLL starts with errmsg

It is a problem to start the 1SCDLL.dll in Delphi.
After many exceptions now is running.
Start_Server is calling
DllFunc( <ID = empty>, <repeater = empty>, <direct = dest_IP>, <5500 = port>, <password = any>,
false, 'PcHelpWare Connection', false );
and is starting.
Then a message
Config error ...