[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Problem building 0.8.0 with VS 2015
[Thread Prev] | [Thread Next]
- Subject: RE: Problem building 0.8.0 with VS 2015
- From: John Dunn <John.Dunn@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 13 Aug 2018 21:22:07 +0000
- To: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
On Monday, August 13, 2018 12:18 PM Andreas Schneider wrote: > This should fix it: > >https://git.libssh.org/users/asn/libssh.git/log/?h=master-fix I get the following error when loading the DLL. My guess is that the DLL_THREAD_ATTACH event is causing this issue. Initializing rc to 0 fixes the issue. --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Debug Error! Program: ..xxx\Debug\sshd.dll Module: ...xxx\Debug\sshd.dll File: c:\code\foo\libssh\src\init.c Line: 239 Run-Time Check Failure #3 - The variable 'rc' is being used without being initialized. (Press Retry to debug the application) --------------------------- Abort Retry Ignore ---------------------------
Re: Problem building 0.8.0 with VS 2015 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Problem building 0.8.0 with VS 2015 | John Dunn <John.Dunn@xxxxxxx> |
Re: Problem building 0.8.0 with VS 2015 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
RE: Problem building 0.8.0 with VS 2015 | John Dunn <John.Dunn@xxxxxxx> |
Re: Problem building 0.8.0 with VS 2015 | Andreas Schneider <asn@xxxxxxxxxxxxxx> |