problems with isxdk v7...

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
don'tdoit
Non-Subscriber
Posts: 29
Joined: Thu Jul 08, 2004 7:43 pm

problems with isxdk v7...

Post by don'tdoit » Sat Feb 05, 2005 2:40 pm

getting this error when recompiling isxgenhack (same with isxwow) when using isxdk v7:

Code: Select all

ISXGenHack.cpp(58) : error C2039: 'AddISData' : is not a member of 'ISInterface'
        d:\wowgame\ISXDK\include\ISInterface.h(3) : see declaration of 'ISInterface'
ISXGenHack.cpp(66) : error C2039: 'RemoveISData' : is not a member of 'ISInterface'
        d:\wowgame\ISXDK\include\ISInterface.h(3) : see declaration of 'ISInterface'

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sat Feb 05, 2005 3:18 pm

As per ISXDK v6b release notes

Code: Select all

Version 6b:
- Renamed "ISData" used in reference to Top Level Objects to "TopLevelObject" to reduce confusion. The old
  names are around until next version, so switch asap to avoid compile errors later ;)
search/replace fISData => fISTopLevelObject, AddISData => AddTopLevelObject, and RemoveISData => RemoveTopLevelObject

Enjoy :)

Post Reply