compiling error - 'CItemDisplayWnd__SetItem
Posted: Wed Jul 15, 2009 10:49 pm
using mq2-2009090715a, I get the below error while trying to compile ISXEQ. The rest of it the extensions compile fine.
Is that an offset that needs to be defined in eqdata.h ? Not trying to be pushy or anything, just trying to learn.
Code: Select all
Compiling...
ISXEQItemDisplay.cpp
EQLIB_IMPORTS
.\ISXEQItemDisplay.cpp(68) : error C2065: 'CItemDisplayWnd__SetItem' : undeclared identifier
.\ISXEQItemDisplay.cpp(68) : error C2039: 'SetItem_Detour' : is not a member of 'ItemDisplayHook'
c:\compile-mq2\mq2-20070906\mq2itemdisplay\MQ2ItemDisplay.cpp(36) : see declaration of 'ItemDisplayHook'
.\ISXEQItemDisplay.cpp(68) : error C2065: 'SetItem_Detour' : undeclared identifier
.\ISXEQItemDisplay.cpp(68) : error C2039: 'SetItem_Trampoline' : is not a member of 'ItemDisplayHook'
c:\compile-mq2\mq2-20070906\mq2itemdisplay\MQ2ItemDisplay.cpp(36) : see declaration of 'ItemDisplayHook'
.\ISXEQItemDisplay.cpp(68) : error C2065: 'SetItem_Trampoline' : undeclared identifier
.\ISXEQItemDisplay.cpp(79) : error C2065: 'CItemDisplayWnd__SetItem' : undeclared identifier