Search found 8 matches

by caribes
06 Aug 2016, 03:29
Forum: News and announcements
Topic: Release 3.2.1
Replies: 35
Views: 58053

Don't Work, Always Crash: Release 3.2.1

Sorry Guys, but the release 3.2.1 is not useable, it always crashes. 3.1.5 works fine Warzone2100.RPT ------------------- Error occured on Saturday, August 6, 2016 at 03:12:53. Program: C:\Program Files (x86)\Warzone 2100-3.2.1\warzone2100.exe(warzone2100) Command line: "C:\Program Files (x86)\...
by caribes
01 Dec 2014, 09:27
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

But Starting WZ has some issues regarding required DLLs. ATM it blocks due QT, because it can't find a windows platform plugin. I have not properly installed QT on my system, only using includes and libs atm. Well, Qt is looking for the plugin in data\platform, just move the .dll there. I copied th...
by caribes
29 Nov 2014, 08:56
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

Well, Qt is looking for the plugin in data\platform, just move the .dll there. Yes, Qt is required, since we use it for some parts of the code, just nothing to do with screen/GUI or I/O. (well, by default, we use SDL, but, there is a Qt backend as well.) It is used for Scripts & we also use Qst...
by caribes
28 Nov 2014, 07:33
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

Hi vexed, the hint regarding autorevision helped. I've got everthing compiled now. Even linking has been completed. This took a while. But Starting WZ has some issues regarding required DLLs. ATM it blocks due QT, because it can't find a windows platform plugin. I have not properly installed QT on m...
by caribes
22 Nov 2014, 12:43
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

Now, I have got all the header been required in the devpkg/include directory. Even there never was dropped a word about GLM. (missing 'glm/glm.hpp') You shouldn't have to mess with the solution file at all. So I didn't touch the solution file. But what is about this issues: undeclared identifiers in...
by caribes
21 Nov 2014, 07:19
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

Thanks for the information.

I will have a look into getting all these packages and bind them to a devpck. I guess this will be take some days to get it done. Propably I'll come back and offer to write a guide for this.
by caribes
20 Nov 2014, 09:16
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Re: Compiling Issues MSVC 2013 Express

hi vexed, thanks for your reply.

But I don't have a linux environment. So I can't do the steps described in the linux compile guide.

Is there a way to get the required dev packages with windows?
I am puzzeling over which versions of the packages are required.
by caribes
19 Nov 2014, 08:21
Forum: Coding
Topic: Compiling Issues MSVC 2013 Express
Replies: 15
Views: 19176

Compiling Issues MSVC 2013 Express

The compile guide and some forum thread was giving me an orientation what to do. But the information seems to be out of date. What I did so far: * Installing Visual Studio 2013 Express * Using VS2013 git to clone WZ2100 repository from https://github.com/Warzone2100/warzone2100.git * Using branch: m...