WndTaskBar.cpp Help

08/10/2016 00:42 EliasDragon#1
I get this Error \My Flyff\Official Source\_Interface\WndTaskBar.cpp(1449): error C2065: 'APP_TASKBAR1920W' : undeclared identifier

Added This

Quote:
else if( g_Option.m_nResWidth == 1920 )
{
m_nMaxSlotApplet = MAX_SLOT_APPLET;
bResult = CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_TASKBAR1920W, WBS_MANAGER | WBS_SOUND, CPoint( 0, 0 ), pWndParent );
}
08/10/2016 00:55 EliasDragon#2
Thank you For youre fast Reply!

I did a change in resdata.inc of that app

Sorry for posting 2 times but this is what i did to solve my problem was that i insterted this in

ResData.h
Quote:
#define APP_TASKBAR1920W 1108