I can't compile wz2100 3.2.2. windows 10

For code related discussions and questions
Post Reply
User avatar
moltengear
Trained
Trained
Posts: 170
Joined: 22 Jul 2017, 15:05

I can't compile wz2100 3.2.2. windows 10

Post 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.
Vincent
Trained
Trained
Posts: 103
Joined: 06 Aug 2016, 17:24

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

Post by Vincent »

Try with the new instruction (found in the Readme). There's no need for a devpkg anymore.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

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

Post 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.)
/facepalm ...Grinch stole Warzone๐Ÿ™ˆ๐Ÿ™‰๐Ÿ™Š contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
Vincent
Trained
Trained
Posts: 103
Joined: 06 Aug 2016, 17:24

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

Post 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 ?
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

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

Post by vexed »

Not really, before, I was using static, I was mainly curious.
/facepalm ...Grinch stole Warzone๐Ÿ™ˆ๐Ÿ™‰๐Ÿ™Š contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
moltengear
Trained
Trained
Posts: 170
Joined: 22 Jul 2017, 15:05

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

Post by moltengear »

Vincent, please give me all the static libraries!
Vincent
Trained
Trained
Posts: 103
Joined: 06 Aug 2016, 17:24

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

Post by Vincent »

You don't need the static Library to build wz2100 using cmake, look at the Readme for the procedure using vcpkg.
User avatar
moltengear
Trained
Trained
Posts: 170
Joined: 22 Jul 2017, 15:05

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

Post 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!
Post Reply