我最后要紧紧跟我申请中的轮椅控制。
....srcmswchoice.cpp(348): assert "IsValid(n)" failed in wxChoice::SetString(): invalid item index in wxChoice::SetString
错误本身非常明显,项目指数无效,但基于我的代码和(不是描述性的),我只需要确定栏号,然后允许我将案文贴在某一指数上。
这里,我的项目摘要:
int phones = Phones->size();
choiceDevice->SetColumns(phones); // Value greater than 0
choiceDevice->SetString(phones - 1, pInstance->ProfileName); // Should assign the last index the value of the ProfileName.