Hi,
I'm using UltraVNC for many years and recently I decided to develop an application to broadcast mouse & keyboard through LAN to update identical computer.
So this appli is launched with psexec on remote computers (1 master and multiple clients).
I used Autoit to develop it and "SetWindowsHookEx" function on all threads.
Here is my problem : It seems with the last version of UltraVNC (1.1.9.0) that it is in conflict with my own hooks. With the previous version (1.0.8.2) it worked fine.
I'm just a newbie in dev so is there something I can do for the 2 soft work together without conflict ?
Thanks for your time.
Sorry for my english.
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
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
Ultra VNC Server hooks + second Hook
- Rudi De Vos
- Admin & Developer
- Posts: 6882
- Joined: 2004-04-23 10:21
- Contact:
Re: Ultra VNC Server hooks + second Hook
There are two hooks vnchooks and schook.
winvnc.exe use the one that exist in winvnc.exe folder. ( if both exist some part is used of each hook)
1) move schook if it exist in winvnc.exe folder ( make sure winvnc isn't running else the dll is locked and can't be moved
2) test
3) move vnchook and place schook back
4) test again
You can always use the vnchook of 1082, this is compatible with the newer version.
winvnc.exe use the one that exist in winvnc.exe folder. ( if both exist some part is used of each hook)
1) move schook if it exist in winvnc.exe folder ( make sure winvnc isn't running else the dll is locked and can't be moved
2) test
3) move vnchook and place schook back
4) test again
You can always use the vnchook of 1082, this is compatible with the newer version.
Re: Ultra VNC Server hooks + second Hook
Thanks. I will test it as soon as possible.
Edit : Actually the problem came from UAC. I deactivated it and it works fine now.
Edit : Actually the problem came from UAC. I deactivated it and it works fine now.