Post
by mrjoshuanc » Tue Mar 16, 2004 10:35 pm
Now, normally I'm a good lurker, strong RTFM proponent, all around self sufficient user. But this one I'm not sure how to fix, I'm just not that good. I'll assume this release is current from the date, so if anyone has any suggestions (or how I was just simply stupid and missed something easy) by all means...and thanks :)
Using VS .NET at my office to compile, I receive the following output.
Compiling...
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)'
MQ2Commands.cpp
MQ2CommandAPI.cpp
MQ2CleanUI.cpp
MQ2ChatHook.cpp
MQ2Benchmarks.cpp
MQ2Auth.cpp
EQClasses.cpp
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Main\Intermediate\BuildLog.htm"
MQ2Main - 2 error(s), 0 warning(s)
------ Build started: Project: MQ2Map, Configuration: Release Win32 ------
Compiling...
MQ2MapCommands.cpp
EQLIB_IMPORTS
MQ2MapAPI.cpp
MQ2Map.cpp
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Map\Intermediate\BuildLog.htm"
MQ2Map - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Telnet, Configuration: Release Win32 ------
Compiling...
WinTelnet.cpp
TelnetServer.cpp
EQLIB_IMPORTS
mq2telnet.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\mq2telnet\Intermediate\BuildLog.htm"
MQ2Telnet - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Labels, Configuration: Release Win32 ------
Compiling...
MQ2Labels.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Labels\Intermediate\BuildLog.htm"
MQ2Labels - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2ItemDisplay, Configuration: Release Win32 ------
Compiling...
MQ2ItemDisplay.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2ItemDisplay\Intermediate\BuildLog.htm"
MQ2ItemDisplay - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Irc, Configuration: Release Win32 ------
Compiling...
MQ2Irc.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Irc\Intermediate\BuildLog.htm"
MQ2Irc - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2FPS, Configuration: Release Win32 ------
Compiling...
MQ2FPS.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\Mq2fps\Intermediate\BuildLog.htm"
MQ2FPS - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2EQIM, Configuration: Release Win32 ------
Compiling...
MQ2EQIM.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\Mq2eqim\Intermediate\BuildLog.htm"
MQ2EQIM - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2EQBugFix, Configuration: Release Win32 ------
Compiling...
MQ2EQBugFix.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2EQBugFix\Intermediate\BuildLog.htm"
MQ2EQBugFix - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2CustomBinds, Configuration: Release Win32 ------
Compiling...
MQ2CustomBinds.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2CustomBinds\Intermediate\BuildLog.htm"
MQ2CustomBinds - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2ChatWnd, Configuration: Release Win32 ------
Compiling...
MQ2ChatWnd.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2ChatWnd\Intermediate\BuildLog.htm"
MQ2ChatWnd - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Chat, Configuration: Release Win32 ------
Compiling...
MQ2Chat.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Chat\Intermediate\BuildLog.htm"
MQ2Chat - 1 error(s), 0 warning(s)
------ Build started: Project: MQ2Bzsrch, Configuration: Release Win32 ------
Compiling...
MQ2Bzsrch.cpp
EQLIB_IMPORTS
Linking...
LINK : fatal error LNK1181: cannot open input file '..\Release\MQ2Main.lib'
Build log was saved at "file://c:\Documents and Settings\mrjoshua\Desktop\MacroQuest\MQ2Bzsrch\Intermediate\BuildLog.htm"
MQ2Bzsrch - 1 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 13 failed, 0 skipped