[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I use VS2010 invoking libssh.lib and a number of errors have occurred
  [Thread Prev] | [Thread Next]
 
 
- Subject: Re: I use VS2010 invoking libssh.lib and a number of errors have occurred
- From: Tilo Eckert <tilo.eckert@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 31 Jul 2017 09:53:49 +0200
- To: libssh@xxxxxxxxxx
Hi,
your error is somewhere in Microsoft's C Runtime. Since you did not
provide a stack trace, it is impossible to tell what goes wrong. Fire up
your debugger to find out where you get stuck.
PS: Most people on the mailing list are not fluent in Chinese. ;)
Regards
Tilo
Am 30.07.2017 um 12:18 schrieb 马行:
>  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!
| I use VS2010 invoking libssh.lib and a number of errors have occurred | "马行" <maxing191@xxxxxxxx> | 

