Cuberite Forum
VS 2012 - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: VS 2012 (/thread-646.html)



VS 2012 - duckem - 12-10-2012

Good evening,

I'm just curious if anyone has been able to successfully compile MC-Server in Visual Studio 2012. I get a few errors when I try. I.e MC-Server not compatible and cannot open winsock2.h.

Thanks for any help you may provide and for your time.


RE: VS 2012 - xoft - 12-10-2012

What edition are you using? From what I've gathered, Express edition of VS 2012 cannot build desktop-style apps (which MCServer is), but only Metro-style apps.

Also, since VS2012 cannot build binaries that would run on WinXP, and WinXP is still a very popular OS, we're not about to migrate just yet Smile


RE: VS 2012 - keyboard - 12-14-2012

I was able to compile it using VS2012. It gives out a few warnings, and it complains about the link file is not the same as the output file, so you won't be able to debug it without fixing that first.


RE: VS 2012 - xoft - 12-14-2012

VS2010 complained about mismatched filenames, too, but it allowd for normal debugging. So VS2012 has removed even that? Is it just me, or is MS going back technologically? VS2008 seems the peak - it's fast and feature-full. VS2010 is slow, now VS2012 is slow and feature-less.


RE: VS 2012 - duckem - 12-15-2012

(12-14-2012, 01:35 PM)keyboard Wrote: I was able to compile it using VS2012. It gives out a few warnings, and it complains about the link file is not the same as the output file, so you won't be able to debug it without fixing that first.
Eh, I'll figure something out.

thanks.