Moderator: MacroQuest Developers

Code: Select all
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\Documents and Settings\Administrator\Desktop\mq\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\mq\mqext\Release\BuildLog.htm"
mqext - 18 error(s), 0 warning(s)
------ Build started: Project: MacroQuest, Configuration: Release Win32 ------
Compiling...
MacroQuest.cpp
Compiling resources...
Linking...
Build log was saved at "file://c:\Documents and Settings\Administrator\Desktop\mq\Release\BuildLog.htm"
MacroQuest - 0 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 2 succeeded, 1 failed, 0 skippedCode: Select all
..\Detours\lib\detours.lib : warning LNK4003: invalid library format; library ignored
Creating library ..\Release/EQLib.lib and object ..\Release/EQLib.exp
..\Detours\lib\detours.lib : warning LNK4003: invalid library format; library ignored
EQLib_Hooks.obj : error LNK2019: unresolved external symbol _DetourRemove@8 referenced in function "void __cdecl HookDInput(int)" (?HookDInput@@YAXH@Z)
EQLib_MemChecks.obj : error LNK2001: unresolved external symbol _DetourRemove@8
EQLib_Hooks.obj : error LNK2019: unresolved external symbol _DetourFunction@8 referenced in function "void __cdecl HookDInput(int)" (?HookDInput@@YAXH@Z)
EQLib_MemChecks.obj : error LNK2001: unresolved external symbol _DetourFunction@8
EQLib_Hooks.obj : error LNK2019: unresolved external symbol _DetourFunctionWithEmptyTrampoline@12 referenced in function "void __cdecl HookChat(int)" (?HookChat@@YAXH@Z)
..\Release/EQLib.dll : fatal error LNK1120: 3 unresolved externals
Build log was saved at "file://c:\cvs\macroquest\Release\BuildLog.htm"
EQLib - 6 error(s), 2 warning(s)
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
Build log was saved at "file://c:\cvs\macroquest\mqext\Release\BuildLog.htm"
mqext - 18 error(s), 0 warning(s)
------ Build started: Project: MacroQuest, Configuration: Release Win32 ------
Compiling...
MacroQuest.cpp
Compiling resources...
Linking...
Build log was saved at "file://c:\cvs\macroquest\Release\BuildLog.htm"
MacroQuest - 0 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 1 succeeded, 2 failed, 0 skipped
This is covered in new? read this post.This is with the current cvs: There are additional detour warnings on this one.
Code: Select all
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(177) : error C2039: 'Unknownf0x120' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(178) : error C2039: 'Unknownf0x124' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(179) : error C2039: 'Unknownf0x128' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(180) : error C2039: 'Unknownf0x12c' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(181) : error C2039: 'Unknownf0x130' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(196) : error C2039: 'VisType' : is not a member of '_SPAWNINFO'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(607) : see declaration of '_SPAWNINFO'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(408) : error C2039: 'UnknownData0x0e6' : is not a member of '_SPELLLIST'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(798) : see declaration of '_SPELLLIST'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(596) : error C2039: 'Height' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
exts2.cpp(597) : error C2039: 'Width' : is not a member of '_EQWINDOW'
c:\cvs\macroquest\mqext\../EQLib\MQ.h(868) : see declaration of '_EQWINDOW'
Build log was saved at "file://c:\cvs\macroquest\mqext\Release\BuildLog.htm"
mqext - 18 error(s), 0 warning(s)
------ Build started: Project: MacroQuest, Configuration: Release Win32 ------
Compiling...
MacroQuest.cpp
Compiling resources...
Linking...
Build log was saved at "file://c:\cvs\macroquest\Release\BuildLog.htm"
MacroQuest - 0 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 2 succeeded, 1 failed, 0 skipped