DeckerSU
5b9002b0be
restore deleted pthread_lib.lib to fix Windows build
this lib was deleted here - https://github.com/jl777/SuperNET/pull/572
7 years ago
James Michael DuPont
bc32cfc365
remove binaries and obsolete code
7 years ago
DeckerSU
23a4df10fd
changes needed to build win32 marketmaker with MSVC 2015
7 years ago
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
39507b8b90
Ugly fix problem with WinSock2.h and Windows.h included twice.
warning C4005: 'AF_IPX': macro redefinition and same problems.
TODO: Need to properly include windows.h and WinSock2.h in all project.
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
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
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
da056c3fdb
fixed memory address access issue on win64 build
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
b10509c5bd
updated build with nanomsg library
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
16e6fe593b
fixed memory address access issue on win64 build
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
14243cca06
fixed memory address access issue on win64 build
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
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
jl777
82fa535737
fix renaming files in windows to rename instead of delete!
The port of rename file was deleting files, which kind of makes
creating a bundle difficult!
I wrote a mini-test suite to test most of the system specific
functions, this can be invoked via command line ../agents/iguana
OStests or via compile time -D IGUANA_OSTESTS
8 years ago
usamir
8ea088e035
staticly linked win binaries
builded libthreadGC2.a with code downloaded from
https://sourceware.org/pthreads-win32/
that is ftp://sourceware.org/pub/pthreads-win32/sources
9 years ago
jl777
5d9d881192
rearranged codebase
9 years ago