Compiling 5.7-DR4
			 
			 
			
		
		
		
		I've unfortunately chosen this week to introduce myself to EQEmu.  Couldn't ask for a better time, right? =) 
 
I'd like to run a server on my own machine, first to do some exploration, and perhaps to open for public use later. 
 
This is my first attempt at compiling anything in C++.  I am using Windows XP SP1 with Visual Studio .NET.  I've downloaded the newest source from cvs.  When trying to compile the solution 'server', I encounter numerous C1083 errors, specifically that the compiler can't find 'errmsg.h', 'zlib.h', and 'mysql.h'.   
 
I have 'mysql.h' and 'errmsg.h' (well, several of those, but I suspect the right one is the one in the mysql dir), and I d/l zlib 1.2.1.  How do I tell the compiler how to find these files? 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 |