Changes to installation and building DSP projects
Changes to installation and building DSP projects
As of r4394, DSP has been updated to v120 platform toolset. If you are using Visual Studio 2010 or 2012 to build the executables, you'll need to update to at least Visual Studio 2013 to continue to run or build the project. Visual Studio 2013 Express is free and should be sufficient.
Thanks for your support!
Thanks for your support!
Re: Changes to installation and building DSP projects
Good bye old WinXP box.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Changes to installation and building DSP projects
Was there a specific reason for this change over? Better tools easier programming etc?
I'm not all that versed on all the different compilers yet. So this is really just a curious question.
I use windows 8 64bit so I'll do what I need to, to be able to compile but I know a lot of people despise some of the newer stuff
I'm a little behind on the forums since the holidays so I havent seen any warning out of the blue of a change this big,. Almost felt like an SE update o.O
-G
I'm not all that versed on all the different compilers yet. So this is really just a curious question.
I use windows 8 64bit so I'll do what I need to, to be able to compile but I know a lot of people despise some of the newer stuff
I'm a little behind on the forums since the holidays so I havent seen any warning out of the blue of a change this big,. Almost felt like an SE update o.O
-G
Re: Changes to installation and building DSP projects
mostly just so we can actually use v120 toolset stuff (it's also more stable on v120 - see the "mount zhayolm crashes"). all of us used VS2013 already anyways
Re: Changes to installation and building DSP projects
Is compiling from newer stuff and running the map server on an XP box an option? Hoping to buy some time before having to switch OS.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Changes to installation and building DSP projects
Can MSBuild be used to build the project? Like a for a build server?
Re: Changes to installation and building DSP projects
Depends on of you set the toolset to compile for v120_xp or not. If your server is compiled just with VS2013 on default settings, no the binaries will not work on Windows XP. You need to adjust the Toolset setting in the project properties til compile with XP compatibility.forgottenandlost wrote:Is compiling from newer stuff and running the map server on an XP box an option? Hoping to buy some time before having to switch OS.
Any reason you are still using XP though in the first place?
Yes, MSBuild comes with Visual Studio. You can do command line building with VS2013.xipies wrote:Can MSBuild be used to build the project? Like a for a build server?
Re: Changes to installation and building DSP projects
Hey Atam0s,atom0s wrote:Depends on of you set the toolset to compile for v120_xp or not. If your server is compiled just with VS2013 on default settings, no the binaries will not work on Windows XP. You need to adjust the Toolset setting in the project properties til compile with XP compatibility.forgottenandlost wrote:Is compiling from newer stuff and running the map server on an XP box an option? Hoping to buy some time before having to switch OS.
Any reason you are still using XP though in the first place?
Yes, MSBuild comes with Visual Studio. You can do command line building with VS2013.xipies wrote:Can MSBuild be used to build the project? Like a for a build server?
Its my understanding that a lot of people are using older machines to run the server files themselves, as opposed to their main machines. A lot of those machines are, XP Home/Pro, Linux, or VMs that they have tweaked from even older systems. The people I have talked to in reference to this have the one concern that while their coding knowledge is limited they will not be able to function if there system isn't updated to match the requirements to run the new files.
Not to mention I think this just came as a shock to some, since it was a change out of the blue for them. Even if discussed within the developers forums. I dont think the general audience expected this surprise ...
SURPRISE!! Hope everyone had a great holiday season!
Re: Changes to installation and building DSP projects
Server currently running on low end hardware and my preferred flavor of *nix not working with it. I am getting an upgrade but it's going to be at least a few months so making due with what I've got till then.atom0s wrote:Any reason you are still using XP though in the first place?
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Changes to installation and building DSP projects
As said, you can force it to compile with XP support in VS2013 still so it will run fine on it.