Re: Missing functions

2020-10-19 Thread Bruno Buzzi Brassesco
Hi, I followed these steps an compiled a Libssh dll on Windows: Compile libssh on Windows 1. Install the free VS2019 Community Edition on your machine with the "*Desktop development with C++*" workload 1.1. Be sure that *Language Pack for English* is installed on Visual Studio (if not

Re: Missing functions

2020-10-19 Thread Andreas Schneider
On Monday, 19 October 2020 10:33:06 CEST 김상득 wrote: > Hi, Hi, > I'm trying to compile your library with Visual Studio. > > 1. > I found some missing functions which declared in bignum.h. > I looked around all c files, but couldn't find them. > > bignum ssh_make_string_bn(ssh_string string);

Missing functions

2020-10-19 Thread 김상득
Hi, I'm trying to compile your library with Visual Studio. 1. I found some missing functions which declared in bignum.h. I looked around all c files, but couldn't find them. bignum ssh_make_string_bn(ssh_string string); ssh_string ssh_make_bignum_string(bignum num); void