Archive Index
This month's Index
|
Subject: RE: Windows and libssh2 not working
RE: Windows and libssh2 not working
From: Mark Riordan <mriordan_at_ipswitch.com>
Date: Wed, 1 Dec 2010 09:14:20 -0600
> I am new to Visual Studio C++ development.
No - Windows will search your path to find the DLL.
> 3. I wrote a very simple client program based on MSDN socket program:
I'm not sure what is wrong, but it might be easier to diagnose if
libssh2_trace(session, ~0);
then report what is printed on stderr.
mytest.exe 2>trace.txt
Mark
_______________________________________________
|