MQ2Krust-20051211
Posted: Sat Dec 10, 2005 8:17 pm
MQ2Krust.dll 2005.12.11
* Fixed to compile with new MQ2
* Fixed to compile with new MQ2
Need to talk about MacroQuest to other MacroQuest users?
https://mq64.org/phpBB3/
Thought you might like to know.------ Build started: Project: MQ2Krust, Configuration: Release Win32 ------
Compiling...
MQ2Krust.cpp
EQLIB_IMPORTS
MQ2Krust.cpp(38) : error C2065: 'ppSpawnList' : undeclared identifier
MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(107) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(109) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(112) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(112) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(159) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(159) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(160) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2227: left of '->Type' must point to class/struct/union
MQ2Krust.cpp(161) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(161) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(161) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(163) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(163) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(163) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(165) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(165) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(165) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(166) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(166) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
Build log was saved at "file://c:\MacroQuest2\Mq21210\MQ2Krust\Intermediate\BuildLog.htm"
MQ2Krust - 24 error(s), 0 warning(s)
I recieved those same errors, until I got the latest zip from Gimp, and no errors anymore. :)gimp wrote:MQ2Krust.dll 2005.12.11
* Fixed to compile with new MQ2
you are getting this error:Harden wrote:Tried it again with a fresh zip of the source. Got the same 24 errors. I'm having trouble with the MQ2MoveUtils plugin also, they may be releated, cause they give similar information, but I have no clue why I can't compile it, any ideas? (at least your zip has a pre compiled DLL, I miss my MoveUtils)
Code: Select all
------ Build started: Project: MQ2Krust, Configuration: Release Win32 ------
Compiling...
MQ2Krust.cpp
EQLIB_IMPORTS
MQ2Krust.cpp(38) : error C2065: 'ppSpawnList' : undeclared identifier
MQ2Krust.cpp(107) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(107) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(109) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(109) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(112) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(112) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(159) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(159) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(160) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(160) : error C2227: left of '->Type' must point to class/struct/union
MQ2Krust.cpp(161) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(161) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(161) : error C2227: left of '->SpawnID' must point to class/struct/union
MQ2Krust.cpp(163) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(163) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(163) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(165) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(165) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
MQ2Krust.cpp(165) : error C2227: left of '->HPCurrent' must point to class/struct/union
MQ2Krust.cpp(166) : error C2039: 'pActorInfo' : is not a member of 'EQData::_SPAWNINFO'
c:\MacroQuest2\MQ21210\MQ2Main\EQData.h(930) : see declaration of 'EQData::_SPAWNINFO'
MQ2Krust.cpp(166) : error C2227: left of '->pTargetOfTarget' must point to class/struct/union
Build log was saved at "file://c:\MacroQuest2\Mq21210\MQ2Krust\Intermediate\BuildLog.htm"
MQ2Krust - 24 error(s), 0 warning(s)It compiles fine with MQ2-20051212b too, but you got something wrong on your end.Harden wrote:we are up to MQ2-20051212b, I do agree, it work fine with MQ2-20051211. What ever was changed to let MQ2Krust work with MQ2-20051211, dosent let it work with MQ2-20051212b. I tried a fresh download of everything, and again I get this in the output
19 December 2005 by rswidersHarden wrote:The ModRod information in the friends window is displaying 0m1s Left, after the mod rod is ready for use. Think something in todays release is fubaring it.