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
- 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

SC on dll

Any features you would like to see in UltraVNC? Propose it here
Post Reply
rig
Posts: 1
Joined: 2006-05-08 10:28

SC on dll

Post by rig »

I'm new to this, and I'd like to implement SC within my delphi app. I was wondering if SC might be compiled as a dll in order to

use it inside every app.

That's my idea:
Server side - "client EXE": a call to an internal dll function like connect(ip, port, repID, <info string>)
Client side - "Ultra@VNC Viewer Listening": a call to an internal dll like listen(callback_function_pointer) where the param is a

pointer to a function/event that would be called when "Accept Incoming SC connection". During this event the data from the connect

request would be displayed.

In the same dll we could even have both server and client so to ease the deploy. This is only a basic idea...

Thank you for your great job.

Cheers
CBailey
40
40
Posts: 71
Joined: 2005-02-28 23:41

Post by CBailey »

YES! That's a wonderful idea! I could be wrong, but I think I asked for that years ago. I'm currently writing a program that launches SC, tries to determine when/if it connects, and kills/restarts it if needed. I'm having a nightmare of a time making things work, and making them reliable. It would be a dream come true if I didn't have to fiddle with all this. Even some extra command line parameters would help, like /kill to kill all SC instances, or /status to return the current connection state, etc...

I suspect all this is made difficut because some take SC, add some functionality, and try and sell it for big bucks without giving due credit. Frankly, making it hard for us doesn't stop these guys... It just makes it hard for honest people to use SC fully, and makes their achievments more unique, in demand, and profitable. Perhaps adding the same functionality into SC, and offering it for free, would stop them all.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: SC on dll

Post by redge »

now possible with pchelpware beta stage, the futur replacement of sc for the new year 2007
http://www.pchelpware.com/dev/index.html
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
CBailey
40
40
Posts: 71
Joined: 2005-02-28 23:41

Re: SC on dll

Post by CBailey »

I noticed that! I'm very excted! :)
Post Reply