Quote:
	
	
		| 
					Originally Posted by kayen85  I follow the directions up until the compiling part.
 So I added the Dependency folder to the VC++ directory, also says to include files and library files (which I assume is just all the files in the folder?)
 | 
	
 You need to add it IN VC like this...
Open VS2005 Express: 
From the Tools drop down menu, select Options... 
Expand the "Projects and Solutions" tree and select "VC++ Directories" 
In the right window from the "Show Directories for" drop down menu select the following items and add the paths below: 
Executable files: Path to where you put the files
Include files: Path to where you put the files
Library files: Path to where you put the files