Page 1 of 1

I can't compile wz2100 3.2.2. windows 10

Posted: 22 Jul 2017, 15:50
by moltengear
Hello! :)

I want to improve this game.
I have already compiled 3.1.1, using devpkg-trunk-msvc2010-20102705.rar
I used this guide.
viewtopic.php?f=32&t=11673

Please, can anyone make a new devpkg for 3.2.3.

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 02 Sep 2017, 20:45
by Vincent
Try with the new instruction (found in the Readme). There's no need for a devpkg anymore.

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 03 Sep 2017, 23:33
by vexed
Vincent wrote:Try with the new instruction (found in the Readme). There's no need for a devpkg anymore.
That is only for dynamic builds, not static, correct?
(Didn't have time to update to the newer compiler, and get all SDKs/libs to check.)

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 04 Sep 2017, 20:32
by Vincent
Yes it's using shared lib although it's not difficult to switch to static libs with vcpkg, just add :x86-windows-static for every package in the get-dependencies script. Getting Qt5 static is maybe a little more difficult though.
Is there a reason for using static build and not dynamic ones ?

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 04 Sep 2017, 23:54
by vexed
Not really, before, I was using static, I was mainly curious.

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 25 Sep 2017, 18:53
by moltengear
Vincent, please give me all the static libraries!

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 26 Sep 2017, 22:30
by Vincent
You don't need the static Library to build wz2100 using cmake, look at the Readme for the procedure using vcpkg.

Re: I can't compile wz2100 3.2.2. windows 10

Posted: 18 Oct 2017, 00:42
by moltengear
I was able to successfully compile.
But for assembly simply added the need to generate MOC-files. (Qt5/bin/moc.exe)
I renamed these files and connected them to projects. Amazing Qt!