I want o write a program to install driver & vnc,
how to do it?
Who has the setupdrv program source?
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
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
Who has the setupdrv program source?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Thanks your reply when you are busy in developing RC19
I want to know how to wrte a program to install a virtual hardware.
I find your program do it better than I write, so I want the source.
Do the newest DDK has the example source?
How to get it?
I find your program do it better than I write, so I want the source.
Do the newest DDK has the example source?
How to get it?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
The latest ddk can be optained from MS via msdn subscription
(operating systems around 700$ a year) or you can buy there DDK suite cdrom (200$)
Try to google for ddk downloads, i'm sure you can find some downloads on the net
The sample code is "devcon", this is a command line version of the device manager.
You can do with "devcon" all things you can do via the device manager.
The installer setupdrv.exe can easy be included in other code as a system("") command, see bat files for syntax.
(operating systems around 700$ a year) or you can buy there DDK suite cdrom (200$)
Try to google for ddk downloads, i'm sure you can find some downloads on the net
The sample code is "devcon", this is a command line version of the device manager.
You can do with "devcon" all things you can do via the device manager.
The installer setupdrv.exe can easy be included in other code as a system("") command, see bat files for syntax.
Thanks very much!
Now I download DDK and study it.
All OK.
All OK.