Posts: 59
	Threads: 1
	Joined: Dec 2011
	
Thanks: 0
	Given 1 thank(s) in 1 post(s)
	 
 
	
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 90
	Threads: 8
	Joined: Dec 2011
	
Thanks: 0
	Given 4 thank(s) in 4 post(s)
	 
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,450
	Threads: 53
	Joined: Feb 2011
	
Thanks: 15
	Given 130 thank(s) in 99 post(s)
	 
 
	
	
		Open /trunk/VC2010/MCServer.sln then press CTRL+F5
	
	
	
	
	
 
 
	
	
	
		
	Posts: 59
	Threads: 1
	Joined: Dec 2011
	
Thanks: 0
	Given 1 thank(s) in 1 post(s)
	 
 
	
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4,637
	Threads: 115
	Joined: Dec 2011
	
Thanks: 697
	Given 518 thank(s) in 441 post(s)
	 
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 59
	Threads: 1
	Joined: Dec 2011
	
Thanks: 0
	Given 1 thank(s) in 1 post(s)
	 
 
	
	
		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