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
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 3 matches
- 2010-01-28 07:09
- Forum: PcHelpWare
- Topic: API Question
- Replies: 2
- Views: 6034
Re: API Question
so it works start_server("","","myplace.dyndns.org",5500,"passwrd",false,"PH",false) is correct for a direct connexion to myplace.dyndns.org on port 5500 . but apparently you have to code in c for a best result and pass the password yet crypted like '40682260CC011947FC2D0B1A927138C5'. coding in ...
- 2010-01-23 10:39
- Forum: PcHelpWare
- Topic: API Question
- Replies: 2
- Views: 6034
Re: API Question
Hello i am trying also to use 1SCDLL.DLL in a soft which is the engine of the server of PCHW the syntax is start_server(char *ID,char * repeater, char *direct, int port, char * passwd, bool proxy,char *classname, bool have_to_wait) ID seems only usefull when using a repeater connexion repeater seems ...
- 2010-01-23 10:08
- Forum: PcHelpWare
- Topic: how to manage with 1SCDLL.DLL in a program ?
- Replies: 0
- Views: 4273
how to manage with 1SCDLL.DLL in a program ?
Hello, I would like to directly connect to a viewer on a PC over the Net. I code with Delphi 2007 (Pascal) I integrate the 1SCDLL.DLL in the code and it seems to work fine I can call the two functions start_server and stop_server but which parameters do I have to pass ? viewer is direct listenning ...