[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I use VS2010 invoking libssh.lib and a number of errors have occurred
  [Thread Prev] | [Thread Next]
 
 
- Subject: I use VS2010 invoking libssh.lib and a number of errors have occurred
- From: "马行" <maxing191@xxxxxxxx>
- Reply-to: maxing191@xxxxxxxx
- Reply-to: libssh@xxxxxxxxxx
- Date: Sun, 30 Jul 2017 18:18:02 +0800
- To: "libssh" <libssh@xxxxxxxxxx>
 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!Attachment:
附件1.png
Description: PNG image
Attachment:
附件2.png
Description: PNG image
| Re: I use VS2010 invoking libssh.lib and a number of errors have occurred | Tilo Eckert <tilo.eckert@xxxxxxx> | 

