Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

armysoldier said:I used pugs suggestion and got a nice free DL or VS6
Find your Warp Offset using Cades Thread
BEFORE YOU COMPILE ANYTHING Go to cades link in guides
you can make noauth+date/time check+warp+string
and he tells how to get other plugins added to the compile
then I did:
Rich (BB code):Compiling MacroQuest2 using VC6++ or Visual Studio 6 Install Visual C++ 6.0 or Visual Studio 6.0 If you are installing VC6++ please make sure you have installed SERVICE PACK 6. You can find Service Pack 6 here: Service Pack 6 Download the MacroQuest2 source files Unzip it into any new folder Go to the newly created folder and double click MQ2Auth.exe Double click macroquest2.dsw file. This will Open Visual C++ *** I OPEN VS6 first.. then click file --> open *** Select Build -> Set Active Config and select MQ2main. Click OK Select Build -> Build MQ2main.dll or press F7 Select Build -> Batch Build. Make sure everything in the batch build window that says release has a check by it Click the Build button. All should compile with no errors or warnings
AND now you too can be the first to toss out the first running MQ2
8-)
------ Build started: Project: MQ2RWarp, Configuration: Release Win32 ------
Compiling...
MQ2RWarp.cpp
EQLIB_IMPORTS
.\MQ2RWarp.cpp(243) : error C2668: 'pow' : ambiguous call to overloaded function
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be 'long double pow(long double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or 'long double pow(long double,long double)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or 'float pow(float,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or 'float pow(float,float)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or 'double pow(double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or 'double pow(double,double)'
while trying to match the argument list '(int, unsigned int)'
.\MQ2RWarp.cpp(342) : error C2668: 'pow' : ambiguous call to overloaded function
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be 'long double pow(long double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or 'long double pow(long double,long double)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or 'float pow(float,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or 'float pow(float,float)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or 'double pow(double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or 'double pow(double,double)'
while trying to match the argument list '(int, unsigned int)'
.\MQ2RWarp.cpp(518) : error C2668: 'pow' : ambiguous call to overloaded function
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be 'long double pow(long double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(573): or 'long double pow(long double,long double)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or 'float pow(float,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(525): or 'float pow(float,float)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or 'double pow(double,int)'
D:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(123): or 'double pow(double,double)'
while trying to match the argument list '(int, unsigned int)'
Build log was saved at "file://d:\MQ2\MQ2RWarp\Intermediate\BuildLog.htm"
MQ2RWarp - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
#define INFINITY ((int) pow(2, sizeof(int)*8-2)-1)
if (distances[i*MAX_ZONES+j]==INFINITY)
{
WriteChatColor("I don't know a route to that zone.", CONCOLOR_RED);
return;
}
#define INFINITY ((int) pow((double) 2, (double) (sizeof(int)*8-2)-1))
Reading this does not tell me that 2005 Express is a new compiler for you. I thought it was the one you normally compile with. All of a sudden you can compile everything as normal but can't compile Rwarp anymore.I've got 2005 Express working for everything that I normally compile except MQ2RWarp. For that I get the following errors...
Sorry if I came across as jumping on your case. 
