Cuberite Forum
new version MCServer - 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: new version MCServer (/thread-246.html)

Pages: 1 2


RE: new version MCServer - mtilden - 12-31-2011

VS Solution files are .sln

If you have VS express set up correctly it will be a recognizable icon.

You'd have to show me screenshots or video of what you're referencing.


RE: new version MCServer - NiLSPACE - 12-31-2011

(12-31-2011, 05:33 AM)mtilden Wrote: VS Solution files are .sln

If you have VS express set up correctly it will be a recognizable icon.

You'd have to show me screenshots or video of what you're referencing.

where would that .sln file should be?



RE: new version MCServer - Lapayo - 12-31-2011

It should be in "VS2010/MCServer.sln"

Open it with a double click and press the little Play button in the toolbar. (The easiest way)
Optionally you can also switch to "Release".

But it might be, that you have to remove the MCServer.rc from the project because Express doesn´t have the MFC header files which normally contains afxres.h.

But you´ll see ;D


RE: new version MCServer - FakeTruth - 12-31-2011

Open /trunk/VC2010/MCServer.sln then press CTRL+F5


RE: new version MCServer - mtilden - 12-31-2011

yea just do what fake truth said.

if you get more advanced you can change the output build to release instead of debug and then simply build it and then copy the exe over your other existing setup.


RE: new version MCServer - NiLSPACE - 12-31-2011

wait i think i know what i was doing wrong i installed the pro version of microsoft visual i am installing now Microsoft Visual C++ 2010 Express


RE: new version MCServer - mtilden - 12-31-2011

any version of visual studio will work as far as pro, ultimate, etc, you just need to make sure it includes c++.

I just said visual c++ express because it's free


RE: new version MCServer - NiLSPACE - 01-01-2012

ow ..