fstojanovic
fstojanovic
If anybody is wondering, for Windows, the easiest method is to replace, in PracticalSocket.cpp : ``` #include // For socket(), connect(), send(), and recv() ``` by : ``` #ifdef WIN32...
@minggangw , @koonpeng Thank you for your replies. I will keep you posted about the issue, soon I'll update this issue thread. Also, it doesn't build for any Electron version,...
I was about to post the exact same thing. Thank you for posting this issue. I have implemented this while keeping track of the orientation difference. To visualize everything, I...