I use the VS development environment call libssh.lib
#include "stdafx.h"#include <libssh/libssh.h>#define 
SSH_NO_CPP_EXCEPTIONS#include <libssh/libsshpp.hpp>
using namespace System;
int main(array<System::String ^> ^args){        ssh_init();        return 0;}
When the program runs to ssh_init(), i get an error in  "\Microsoft Visual 
Studio 10.0\VC\crt\src\mcrtexe.cpp" .


I'm not proficient with C++,Please help me,Thanks!

Reply via email to