> I am able to compile openSSL fine. I had downloaded libssh2-1.1 but I dont see any instructions to compile it in Windows environment, all I see with it is cygwin compilation insstructions. Any help will be greatly appreciated. thanks Sanjay
All you should need to do is open the win32\libssh2_???.dsp file in Visual Studio (where "???" is "lib" for Static Library or "dll" for Dynamic). The dsp files are the old VC++ 6 format and newer versions of Visual Studio will prompt you through a migration wizard. The only additional modification I had to make to the migrated project was to add another Pre-build even where I copied the libssh2_config.h from the win32 directory to the src directory of my libssh2 source. ------------------------------------------------------------------------------ _______________________________________________ libssh2-devel mailing list libssh2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-devel