Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Switch Equip

Status
Not open for further replies.
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
Guys do you have any idea how to fix this?

 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
You forgot the edits in WndEditCtrl.h

Code:
	CWndCandList*		m_pWndCandList;
	CWndHCandList*		m_pWndHCandList;
	CReadingList*		m_pWndReadingList;

#if __VER >= 15 // __2ND_PASSWORD_SYSTEM
#ifdef __SWITCH_EQUIP
public:
#endif
	DWORD				m_dwMaxStringNumber;
#endif // __2ND_PASSWORD_SYSTEM
};
/////////////////////////////////////////////////////////////////////////////

extern CIMEMgr	g_imeMgr;
 
Upvote 0
Junior Spellweaver
Joined
Mar 24, 2021
Messages
149
Reaction score
25
You forgot the edits in WndEditCtrl.h
Code:
	CWndCandList*		m_pWndCandList;	CWndHCandList*		m_pWndHCandList;	CReadingList*		m_pWndReadingList;#if __VER >= 15 // __2ND_PASSWORD_SYSTEM#ifdef __SWITCH_EQUIPpublic:#endif	DWORD				m_dwMaxStringNumber;#endif // __2ND_PASSWORD_SYSTEM};/////////////////////////////////////////////////////////////////////////////extern CIMEMgr	g_imeMgr;
Thanks man! all things are switching smoothly~
 
Upvote 0
Status
Not open for further replies.
Back
Top