coffeecup: has somebody managed to compile a windows executable (with mingw or cygwin)?
darktjm: I thought Windows 10 comes with some sort of Linux subsystem. Or is that just "Pro" versions?
Yes, I also managed it with Ubuntu 18.04 as a subsystem to compile and use lgogdownloader there, with a caveat: lgogdownloader just stops downloading mid-through due suddenly-closed connections. This behaviour is not exhibited on real Linux.
A real quasi-"native" binary with mingw or cygwin would be better,more compact and it would not need to load a whole other operating system for it.
I also tried it to do myself with mingw, but was confused with the whole mingw / msys distribution scheme and gave up. With Visual Studio C++ it is futile due a lack of compatible JSON modules (I got boost working, but not did not find a matching JSON library nor the htmlcxx library).
Today I looked into cywgin, I think if you get HTMLCXX (again) compiled, you will have good cards to get a version built, most other libraries (and CMake) is present there. Did not try it yet.