[libssh2] Using libssh2 under MSVC7

2007-07-16 Thread Petr Hracek
Hello *, what is neccessary to do so that I will be able to compile program under MSVC7 with support libssh2. It is neccessary to include lib or dll or it's enought to import .H and .CPP files Is there anybody who used this library under MSVC7 regards Petr Hracek _

Re: [libssh2] Using libssh2 under MSVC7

2007-07-16 Thread Guenter Knauf
Hi Petr, I've just fixed the MSVC project files, and also the NMakefile... what you finally use depends on the result you want to get: if you use the DLL then your project later on depends on this, and you will have to put the libssh2.dll somewhere in the search path so that it can be asutoloade

[libssh2] recent cvs activity page

2007-07-16 Thread Daniel Stenberg
Hi friends, I wanted a page to show the recent CVS activity in the libssh2 repository, so I created this page, updated hourly: http://daniel.haxx.se/projects/libssh2/cvs.html - This SF.net email is sponsored by DB2

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-16 Thread Guenter Knauf
Hi Paul, > I'm still not able to get the example to authenticate. Authentication by > password fails everytime. Has anyone else gotten this to work? I've just done a test with a MingW32 build, and that worked fine against remote Linux and NetWare sshd. Guenter.

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-16 Thread Paul Thomas
The sample file under MSVS 2005 prints: _MSC_VER_ = 1400 _WIN32 = 1 ...So the two typdef'd items need to be in there ;p As far as needing each example in its own project, that would be required. However in VS 2005 you can create one solution with multiple projects under it. I'm not sure, but th

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-16 Thread Paul Thomas
Compiling on the command line with "cl" gives the same results. _MSC_VER_ = 1400 _WIN32 = 1 - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML

Re: [libssh2] libssh2-0.15 Problems authenticating

2007-07-16 Thread Guenter Knauf
Hi Paul, > _MSC_VER_ = 1400 > _WIN32 = 1 > ...So the two typdef'd items need to be in there ;p ok; have just changed again to include 1400 - however what puzzles me is that you got: _MSC_VER_ = 1400 and not: _MSC_VER = 1400 if that's really no typo then it will still not work since we ask for _