Post
by rub » Tue Oct 20, 2015 2:03 am
Having a problem with MQ2Melee compiling. getting an "error C2039: 'GetAltAbility' : is not a member of "EQClasses::AltAdvManager'. The error list 3 lines of code, each line is the same.
The error list 3 lines of code.
2881: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(AAIndex))
2901: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(index))
3332: if (PALTABILITY ability = pAltAdvManager->GetAltAbility(AAIndex)) {
I have tried replacing and updating the files, but I still get this error. I am using VS2012 to compile. Any help is greatly appreciated.