From: B. <bra...@fo...> - 2017-03-13 04:54:57
|
Hi Eeveryone: System Enviroment: My Operating System is : windows 10 enterprise 2016 LTSB My build toolchain: MSVC (Visual Studio 2013), Cmake I just simply build libvncserver on windows 10 referred to: https://github.com/LibVNC/libvncserver/blob/master/.appveyor.yml it build compeletely success with 0 errors. I find example.exe in the folder of examples, and run example.exe from CMD. but it repeating output error message: select, An operation was attempted on something that is not a socket it seems like the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid. So, I just download realVNC's VNC viewer to connect localhost:5900 but it is does not work and I tried no_vnc(html5 client) in webclients folder and does not work,too. Then, I tried simple.exe, vncev.exe looks well when no client connected to them, but they also ouptput error message as follows when vncviewer conected: vncev.exe: simple.exe: Does anyone can resolve this problem? |