'void DDX_Control(CDataExchange *,int,CWnd &)': cannot convert argument 3 from 'CLinkControl' to 'CW
From: Sara M <smorsi27_at_gmail.com>
Date: Tue, 19 Jan 2016 09:41:50 -0800 (PST)
So, I'm trying to integrate a new feature to TortoiseSVN and I come across this error repeatedly:
"'void DDX_Control(CDataExchange *,int,CWnd &)': cannot convert argument 3 from 'CLinkControl' to 'CWnd &' "
Where DDX_Control is defined as:
void AFXAPI DDX_Control(CDataExchange* pDX, int nIDC, CWnd& rControl);
and in CommitDlg.cpp I have:
DDX_Control(pDX, IDC_CHECKALL, m_CheckAll);
Where
CLinkControl m_CheckAll;
Should I change the type to CWnd instead of CLinkControl? Is that an appropriate change or should something else be done to resolve the issue?
Thanks!
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.