[Qt-interest] qt sockets vs native sockets and libssh2
zatsepin alexei
o6servers at gmail.com
Mon Feb 28 16:26:46 CET 2011
Dmitry Teslenko <dteslenko <at> gmail.com> writes:
>
> On Wed, Jan 12, 2011 at 15:30, Richard Moore <richmoore44 <at> gmail.com>
wrote:
> > Personally I'd do this the easy way and use the Qt-style API of the
> > wrappers provided by libqxt, especially since they've already solved
> > these issues for you.
> >
> > http://libqxt.bitbucket.org/doc/tip/qxtsshclient.html
>
> Can anybody prove that works on win32 with MSVC?
>
> I've tried and it seems ssh functionality is "in works". I've could not
> even compile ssh part of that library.
>
> If somebody managed to compile libqxt with ssh support it would be
> great to know how he do that.
>
Hello, Dmitry.
Why do you want to use qtsocket ?
You can use extern "C" in you application or you can use native socket and
QAbstractSocket.setDescriptor() it's work too, but without signal/slot.
More information about the Qt-interest-old
mailing list