Visual Studio 2013 error

Post Reply
Dang065
Posts: 26
Joined: Mon Nov 11, 2013 4:46 am

Visual Studio 2013 error

Post by Dang065 » Wed Feb 19, 2014 4:43 pm

i'm trying to build my server on a laptop running windows 8.1 using the new git for the server code and i have done this before with win 7 when the server files used SVN and VS 2012 and now with 2013 i get an "incompatible" error when i open the sln files to build the server programs. Should i try to use an older version of Visual Studio or is everyone having this problem?
Aideth Elwing, Owner of NIGHTBROOD
http://www/nightbrood.freeforums.net/

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Visual Studio 2013 error

Post by whasf » Wed Feb 19, 2014 7:27 pm

2013 should be fine, that is what it is targeted for
-- Whasf

Dang065
Posts: 26
Joined: Mon Nov 11, 2013 4:46 am

Re: Visual Studio 2013 error

Post by Dang065 » Thu Feb 20, 2014 8:07 pm

whasf wrote:2013 should be fine, that is what it is targeted for
this didn't answer my question, if 2013 is what the server was written in, I shouldn't be getting a "incompatible with this version" error when i try to open the solution files. That is my question, is it me or is there an issue with the file. Maybe if I redownload the code files ill figure it out.
Aideth Elwing, Owner of NIGHTBROOD
http://www/nightbrood.freeforums.net/

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Visual Studio 2013 error

Post by kjLotus » Thu Feb 20, 2014 11:12 pm

make sure it's visual studio 2013 for c++

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Visual Studio 2013 error

Post by atom0s » Sat Feb 22, 2014 3:03 pm

You are free to use older versions of Visual Studio, or even other compilers if you want. You just have to recreate the solution file yourself for the project.
Keep in mind though, the project in whole uses 2013 so if you use other things, we will not be able to give you full support.

MageBoySA
Posts: 1
Joined: Tue Mar 04, 2014 7:11 pm

Re: Visual Studio 2013 error

Post by MageBoySA » Tue Mar 04, 2014 7:42 pm

Dang065 wrote:
whasf wrote:2013 should be fine, that is what it is targeted for
this didn't answer my question, if 2013 is what the server was written in, I shouldn't be getting a "incompatible with this version" error when i try to open the solution files. That is my question, is it me or is there an issue with the file. Maybe if I redownload the code files ill figure it out.
Make sure you are using the VS2013 for Desktops, otherwise you are trying to build windows store apps.

Post Reply