[hlcoders] Compiling in VS 2012

2012-11-26 Thread Michael Kramer
Has anyone been able to compile the SDK in Visual Studio 2012? I need to purchase Visual Studio Professional, and the newest (2012) is the cheapest at $500, but isn't worth it if I can't get the SDK to compile with it. Thanks, ___ To unsubscribe, edit yo

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread James Marchant
Are you not able to check it out in Express 2012, which is free? From: kra...@siosphere.com Date: Mon, 26 Nov 2012 11:14:09 -0700 To: hlcoders@list.valvesoftware.com Subject: [hlcoders] Compiling in VS 2012 Has anyone been able to compile the SDK in Visual Studio 2012? I need to purchase Visual

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread RedEyes Fuzz
iosphere.com > Date: Mon, 26 Nov 2012 11:14:09 -0700 > To: hlcoders@list.valvesoftware.com > Subject: [hlcoders] Compiling in VS 2012 > > > Has anyone been able to compile the SDK in Visual Studio 2012? I need to > purchase Visual Studio Professional, and the newest (2012) is

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread Nicholas Hastings
v 2012 11:14:09 -0700 To: hlcoders@list.valvesoftware.com <mailto:hlcoders@list.valvesoftware.com> Subject: [hlcoders] Compiling in VS 2012 Has anyone been able to compile the SDK in Visual Studio 2012? I need to purchase Visual Studio Professional, and the newest (2012)

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread Neico
You can use it if you change the Toolset to the VS2010 one, then basically everything is the same as in VS2010... I must say that I didn't bother trying to get the 2012 Toolset to work as I've heard about many incompatibilities with Source. - Neico On 26.11.2012 19:14:09 GMT+0100, Michael Kramer

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread Michael Kramer
Thanks for the link, for the life of me I could not find the desktop version, I could only find the Express edition to compile "Metro" apps, which obviously wouldn't help me. I'm glad to hear that someone has been able to compile it in 2012 (even with switching the toolset), I just have the need f

Re: [hlcoders] Compiling in VS 2012

2012-11-27 Thread Andrew Orner
I've also not had any issues compiling in 2012 using the 2010 toolset, but I've not been able to get edit & continue to work (which seems to work just fine in 2010). -Andrew On Tue, Nov 27, 2012 at 4:09 PM, Michael Kramer wrote: > Thanks for the link, for the life of me I could not find the desk

Re: [hlcoders] Compiling in VS 2012

2012-12-01 Thread Ben Pye
A few changes are required to get both 2007 and ASW to build in 2012, however it isn't anything major. From memory something to do with LC_ALL in tier1 and safeseh needs disabling. Not sure if anything else needs changing. Ben. On Tue, Nov 27, 2012 at 9:24 PM, Andrew Orner wrote: > I've also no

Re: [hlcoders] Compiling in VS 2012

2012-12-01 Thread Sammy
You can use the VS2012 compiler. Just follow the guide to set it for VS2010, if you're not using VS2010 already, and include */SAFESEH:NO* at linker command line inside additional options for server and client projects, that's the only difference when updating from VS2010. Link to the guide for VS

Re: [hlcoders] Compiling in VS 2012

2012-12-03 Thread Zbyszek Skowron
If this is tested, then maybe adding it to the wiki would be a good idea? I'd rather not edit the wiki without testing it myself, and I don't have 2012 atm. Zbyl On 2 December 2012 04:59, Sammy wrote: > You can use the VS2012 compiler. > Just follow the guide to set it for VS2010, if you're not