-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFB3.8 sending cut text fails, Win7 and Win10 using VMware16.1.2 #622
Comments
Please specify if you're trying to code a client or server and what type the remote end is. Are you maybe seeing #592? |
Hello, I am trying to write client code to connect to the VNC server that comes with VMware 16.1.2. I can successfully connect and obtain images and keyboard and mouse operations, but I cannot see success in setting the clipboard. I am not thinking about the UTF8 problem for now, and I cannot succeed in just sending English letters. |
Please use the chat at https://gitter.im/LibVNC/libvncserver for future questions :-) For this here question; I recommend you take a look at the client examples at https://github.com/LibVNC/libvncserver/tree/master/examples/client It could also be that the server does not support UTF8 cuttext or no cuttext at all. |
Thank you very much for your suggestion. I referred to the code but still failed. Maybe the VNC server does not support it. I gave up this direction. |
Here is my code:
This is the log:
I haven't figured out how to solve this problem. This problem has troubled me for two or three days. I really need your help.
The text was updated successfully, but these errors were encountered: