View Single Post
  #7  
Old 06-13-2008, 12:22 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by kayen85 View Post
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
__________________
Random Segments of Code....
Reply With Quote