Problem compiling ISX with 20060805 release on ISXDK 29c
Posted: Thu Aug 10, 2006 5:11 pm
Admittedly, I'm new to compiling ISX, but I'm pretty sure I have it set up right.
I've got ISXDK 29c installed and I'm using VS2005 Pro with the new ISXEQ-VS2005.sln as included by Amadeus in the 20060718 release. I have set up the include and library paths, but when I compile ISXEQ I get the following error log:
I get the same errors when using the ISXEQ.sln file.
I am able to compile the 20060720 release with no errors, so hopefully it's a simple typo in the code or something.
I've got ISXDK 29c installed and I'm using VS2005 Pro with the new ISXEQ-VS2005.sln as included by Amadeus in the 20060718 release. I have set up the include and library paths, but when I compile ISXEQ I get the following error log:
Code: Select all
1>------ Rebuild All started: Project: ISXEQ, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'ISXEQ', configuration 'Release|Win32'
1>Compiling...
1>MQ2Windows.cpp
1>MQ2Utilities.cpp
1>MQ2Spawns.cpp
1>MQ2Pulse.cpp
1>MQ2Mouse.cpp
1>MQ2Main.cpp
1>EQLIB_EXPORTS
1>MQ2MacroCommands.cpp
1>MQ2KeyBinds.cpp
1>MQ2Globals.cpp
1>MQ2DetourAPI.cpp
1>.\MQ2DetourAPI.cpp(439) : error C2065: 'OurDetours' : undeclared identifier
1>.\MQ2DetourAPI.cpp(439) : error C2065: 'detour' : undeclared identifier
1>.\MQ2DetourAPI.cpp(439) : error C2065: 'ourdetours' : undeclared identifier
1>.\MQ2DetourAPI.cpp(442) : error C2227: left of '->count' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(442) : error C2227: left of '->addr' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(443) : error C2227: left of '->addr' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(443) : error C2227: left of '->count' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(444) : error C2227: left of '->array' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(444) : error C2227: left of '->addr' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>.\MQ2DetourAPI.cpp(447) : error C2227: left of '->pNext' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>MQ2DataTypes.cpp
1>MQ2Data.cpp
1>MQ2Commands.cpp
1>MQ2CleanUI.cpp
1>MQ2ChatHook.cpp
1>MQ2Benchmarks.cpp
1>EQClasses.cpp
1>ISXEQUtilities.cpp
1>ISXEQTopLevelObjects.cpp
1>ISXEQServices.cpp
1>Generating Code...
1>Compiling...
1>ISXEQDataTypes.cpp
1>ISXEQCommands.cpp
1>ISXEQCommandAPI.cpp
1>ISXEQ.cpp
1>Generating Code...
1>Build log was saved at "file://c:\src\MQ2-20060805\MQ2Main\ISXEQIntermediate\BuildLog.htm"
1>ISXEQ - 10 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I am able to compile the 20060720 release with no errors, so hopefully it's a simple typo in the code or something.