Post
by kkmonte » Tue Mar 16, 2004 11:25 pm
Ok this is what I got. I redownloaded it tonight, put it in a seperate folder, ran the mq2auth, doulbe clicked the project file, I have version 7 .net 2003 edition. I've tried many things and this is the error i get when just trying to build mq2main. I have tried batch builds with all and get tons of errors. Maybe someone knows what these errors mean.
Thx for help in advance.
KK
------ Build started: Project: MQ2Main, Configuration: Release Win32 ------
Compiling...
MQ2Windows.cpp
MQ2Utilities.cpp
MQ2Utilities.cpp(1212) : error C2668: 'abs' : ambiguous call to overloaded function
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(584): could be 'long double abs(long double)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(536): or 'float abs(float)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(530): or 'double abs(double)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(528): or 'long abs(long)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(265): or 'int abs(int)'
while trying to match the argument list '(DWORD)'
MQ2Utilities.cpp(1248) : error C2668: 'abs' : ambiguous call to overloaded function
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(584): could be 'long double abs(long double)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(536): or 'float abs(float)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(530): or 'double abs(double)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\math.h(528): or 'long abs(long)'
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\stdlib.h(265): or 'int abs(int)'
while trying to match the argument list '(DWORD)'
MQ2UserVars.cpp
MQ2Spawns.cpp
MQ2Pulse.cpp
MQ2PluginHandler.cpp
MQ2ParseAPI.cpp
MQ2Parms.cpp
MQ2Mouse.cpp
MQ2Main.cpp
EQLIB_EXPORTS
MQ2MacroCommands.cpp
MQ2KeyBinds.cpp
MQ2Globals.cpp
MQ2DInput.cpp
MQ2DetourAPI.cpp
MQ2Commands.cpp
MQ2CommandAPI.cpp
MQ2CleanUI.cpp
MQ2ChatHook.cpp
MQ2Benchmarks.cpp
MQ2Auth.cpp
EQClasses.cpp
Build log was saved at "file://c:\Documents and Settings\kk.foundations\Desktop\Mq2-3-16\MQ2Main\Intermediate\BuildLog.htm"
MQ2Main - 2 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped