Okay iam using this guide http://www.mmowned.com/forums/ascent...r-scratch.html
everything goes fine, downloaded and installed everything and iam downloading the source to my location on the C:/WoW Source.
then when i get to the Readme that i have to do, i get confused.
the readme file goes like this.
ArcEmu Win32/64 Libraries Distribution
======================================
Installation Instructions:
Navigate to the directory of your chosen compiler (adjust pathes if necessary):
VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7
VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC
VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC
Copy the files in VC\include to VC\include.
Copy the files in VC\lib to VC\lib.
Next, you need to compile the zlib and PCRE libraries.
Depending on your compiler, open the solution under Sources:
VS 2003: VC71-solution.sln
VS 2005: VC80-solution.sln
VS 2008: VC90-solution.sln
Depending on the architecture you want to build for, build the configuration:
Release/Win32 if you are under Win32,
Release/x64 if you are under Win64.
This should make a folder called Output_Release, or Output_x64_Release if you are building for X64.
In this folder you should find pcre.lib and zlib.lib.
Copy these two .lib files into:
(for Win32)
VS 2003: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib
VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib
VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib
(for Win64)
VS 2005: C:\Program Files\Microsoft Visual Studio 8\VC\lib\amd64
VS 2008: C:\Program Files\Microsoft Visual Studio 9.0\VC\lib\amd64
The two DLL files provided with this distribution should go in your binary folder, OR
under C:\Windows\System32.
This only has to be done once per compiler!
When you update ArcEmu, this doesn't need to be done each time.
Now you can build ArcEmu as normal.
-----------------------------------------------------
now my first problem is the copy vc/include to vc/include??
is it the vc indlude in the Microsoft visual studio i cope over to my C:/WoW Source location or the C:/WoW Source i have to copy over in the Microsoft visual location?
next problem i have is The two DLL files provided with this distribution should go in your binary folder, OR
under C:\Windows\System32. ???
i put the into the system32 folder easy enough but where is the binary folder located?
My last question is for the 4# topic in the guide where in the start it says, Browse to C:/WoW Source/trunk/bin/Release ???
i get to C:/WoW Source/trunk but there is no /bin/release folder there, what did i do wrong ?
i hope i explained it so you guys understand it, however if u need more info to help me solve my problem i would gladly work on the topic, and ofc i did try to find this in other posts but dident see any similar problems so i posted it myself.
Thanks in advance, regards
DJK