Opened 9 years ago

Last modified 6 years ago

#3439 closed task

Update build proces to Visual Studio 2015 — at Version 4

Reported by: Niek Owned by:
Priority: Must Have Milestone: Alpha 23
Component: Build & Packages Keywords:
Cc: Patch:

Description (last modified by Stan)

Currently building fails with VS2015, fixing that would be nice.

Change History (6)

by Niek, 9 years ago

Attachment: build.txt added

build output

comment:1 by Niek, 9 years ago

Description: modified (diff)

comment:2 by Stan, 9 years ago

Description: modified (diff)

Don't know if it's related to my installation but the only error i get is

Error C1510 Cannot load language resource clui.dll. lobby C:\0AD\build\workspaces\vc2015\CL 1

comment:3 by Stan, 9 years ago

I investigated a bit and it seems that my installation was corrupt. After that I get the same warnings and errors than niektb.

They are caused by the fact you no longer need to typedef in VS2015

https://msdn.microsoft.com/en-us/library/bb531344.aspx

So we will either have to remove them manually in our code, or to ask the SM31 to update theirs.

comment:4 by Stan, 9 years ago

Description: modified (diff)
Priority: Must HaveNice to Have

Another solution would to set all the files the projects to compile with VS2013. That solves it.

by leper, 8 years ago

Attachment: vs2015.diff added

Possible fix for the compilation issue.

Note: See TracTickets for help on using tickets.