Oliver Hechtl

Results 2 issues of Oliver Hechtl

Hey, I'd like to use this on windows, but `make` presents me with this error: ``` $ make g++ -D_NAME="jack_link" -D_VERSION="0.1.4" -D_LINK_VERSION="3.0.3" -g -O2 -std=c++11 -Wno-multichar -DLINK_PLATFORM_WINDOWS=1 -Ilink/include -DASIO_STANDALONE=1 -Ilink/modules/asio-standalone/asio/include...

When i use the channelShell function in my program, the ssh server sends SOCKET_DISCONNECT error when i try to connect to it. I've looked into the ssh server logs,and it...