Is some where good tutorial how to build own crypto coin QT wallet for Windows? I can comple client for Linux and wallet seems working there fine but I try to also lear build Qt wallet for Windows.
Posted from Bitcointa.lk - #20ZoFR3ycTa5dPQq
It's a real pain in the behind. I spent ages tryng to set up BOOST and QT on MingGW, but after about 20 "issues" (eg a patch required to fix a compile error) I felt I was wandering into "hack" territory - too much work to compile a specific set of libraries for a particular coin, that would probably end up broken again if anything ever changed.
Have a look at Gitian, which uses a virtual machine under Linux to provide a consistent OS install for cross compiling a Windows executable. The config files (*.yml) for ADTv2 seem to be valid, and are located in contrib/gitian-descriptors/ . You need to build boost, qt, deps first (at each step, move the zip created from build/out to inputs/ ), then do the final gitian-win32 client build.
Once the compile succeeds, try modifying the YML files to work with newer libraries. In particular, I would update openssl.