DeckerSU
8c92ff7df8
correct windows.h / winsock2.h include order
- changes to correctly include winsock2.h, according to this article: https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms738562(v=vs.85).aspx
- removed ugly "typedef struct addrinfo" definitions in code
- added WIN32_LEAN_AND_MEAN flag in preprocessor directives
- removed unused myip_path in LP_nativeDEX, error with "DB/myipaddr" violation with ipfname alredy fixed by jl777
7 years ago
DeckerSU
1ce9aa236e
Building under Windows. Initial commit.
7 years ago
fadedreamz
59f923b88b
fix for x64 build for windows, added libcurl x64 library
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
667ea67a50
updated makefile for msvs
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
0c479bce28
added libcurl, openssl dll for x86, updated makefile and headerfiles
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
630415d0a0
fixed an issue with fixed path location for include and library path in makefile
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
d4e01f4b8d
libcurl+openssl for x86 built (MSVC-14/VS2015), updated makefile and bitcoind_RPC for header/library
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
be3b87f657
memory allocation failure temporary fix, with a small memory leask for unmapping the mapped file, updated vs build file
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
b014795dde
fixed wrong structure alignment build for win64 release
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
0770115f9f
fixed more win64 memory pointer access issues, updated release build for win32 bit
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
f2579c2495
fixed release build for win64
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
35f552b693
updated build with nanomsg library
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
9108bca15e
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
74723e7462
updated solution file to successfully built for win32 and win64
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
b10509c5bd
updated build with nanomsg library
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
abea900b35
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
4cfcd4dfc5
updated solution file to successfully built for win32 and win64
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
967b73e160
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
8c8a4b70ff
updated solution file to successfully built for win32 and win64
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
usamir
1dfce58f03
Win X64 changes on visual studio
Tested on Win 7 x64, this changes introduced pthread static linking,
static linking of win libs and successful run of win x64 iguana
8 years ago
Christopher Valerio
9faff1a23d
Renaming project and fixing build
8 years ago
Christopher Valerio
56fda558c2
Renaming project and fixing build
8 years ago