Home > Software engineering >  Help: vC 2015 error: Numbers expected after the end of the extra text
Help: vC 2015 error: Numbers expected after the end of the extra text

Time:09-29

Windows 7 system, vs2015 platform, by the CListCtrl derived subclass CEditClistCtrl, the news of the subclass macro ON_NOTIFY_REFLECT (NM_CUSTOMDRAW, & amp; CEditListCtrl: : OnNMCustomdraw) intellisense mistakes: "number expected after the end of the extra text", and controls don't display the data, compile by properly, but there is no such problems in vs2010 platform,
Warrior, please help me. Thank you!

CodePudding user response:

Baidu search relevant keywords,

CodePudding user response:

In the corresponding lines of code and move the cursor to the bottom, look to whether have not visible characters, delete

CodePudding user response:

CListCtrl derived subclass begin with=LVN, mapping of macro ON_NOTIFY_REFLECT have smart tips error: extra text "after the" number expected at the end of
  • Related