• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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,014
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