Home > Software engineering >  VS2017 cannot automatically generated after upgrading to 15.6.1 control variables
VS2017 cannot automatically generated after upgrading to 15.6.1 control variables

Time:09-23

VS2017 after upgrading to 15.6.1 cannot automatically generated by the menu control variable, the basic variables are only generated in the interface options, manually increase efficiency is low, could you tell me what reason is vs the BUG? Any solution?





Is there any master encountered this problem?

CodePudding user response:

Back to the front of the upgrade?

CodePudding user response:

reference 1/f, zhao teacher reply:
back to the front of the upgrade?
or upgrade it has feedback problems, such as to the official, the number of feedback much the updates should be able to solve,

CodePudding user response:

CodePudding user response:

Is a big push of MFC bug bug me tool sets are now back to 14.11,

CodePudding user response:

Do not recommend using this new thing, the old be the guinea pig, too tired

CodePudding user response:

There was once a stable system I didn't cherish, wait until after the automatic upgrade become unstable after I regret, if... Ten thousand years!

CodePudding user response:

Is there a way to find DoDataExchange in your contains control forms of inside use DDX_Control to implement
 
Void CAboutDlg: : DoDataExchange (CDataExchange * symbol)
{
CDialogEx: : DoDataExchange (symbol);
DDX_Control (symbol, IDC_xxxx m_xxx);//IDC_xxx said control ID m_xxx said you control variables
}


Hope I can help you

CodePudding user response:

refer to the eighth floor Wuzm_ response:
has a way of inside you find DoDataExchange contains controls forms use DDX_Control to implement
 
Void CAboutDlg: : DoDataExchange (CDataExchange * symbol)
{
CDialogEx: : DoDataExchange (symbol);
DDX_Control (symbol, IDC_xxxx m_xxx);//IDC_xxx said control ID m_xxx said you control variables
}


Hope I can help you


Behind his definition of a variable name shows undefined identifiers, but I am already in the header file defines the

CodePudding user response:

MFC in so doing the new drop...
Old practical back to 2010 or 2008
MFC version, the higher the compilation time, the slower the sting of

CodePudding user response:

2017 too big

CodePudding user response:

refer to the eighth floor Wuzm_ response:
has a way of inside you find DoDataExchange contains controls forms use DDX_Control to implement
 
Void CAboutDlg: : DoDataExchange (CDataExchange * symbol)
{
CDialogEx: : DoDataExchange (symbol);
DDX_Control (symbol, IDC_xxxx m_xxx);//IDC_xxx said control ID m_xxx said you control variables
}


Hope I can help you

No way!

CodePudding user response:

There is this problem, I are added manually
  • Related