Sorry that I still unable compile a window qt wallet due to some error with keccak 3 fork.
I got issue with
c:\mingw\bin\../lib/gcc/mingw32/4.6.2/../../../../include/ws2tcpip.h:38:2: error
: #error "ws2tcpip.h is not compatible with winsock.h. Include winsock2.h instead."
Will only be able to release dadcoin till I able resolve this.. I will try find some help elsewhere too
I'm not good at C language, but from the error I see, that you are using winsock.h in your code in ws2tcpip.h file. And it's not compatible with the code somehow. And error sugests you to use winsock2.h (as I understand, it's ver.2 of winsock) instead. Just replace include statement to winsock2.h and maybe that will be the solution.