alistboxからcstringarrayにアイテムを追加しようとしています。ただし、テキストは常にnullです。plzは変更を提案します
int count = m_OutList.GetCount();
for ( i = 0; i <m_OutList.GetCount(); i++)
{
m_OutList.GetText( buf[i], text );
m_selcomponents->Add(text);
// getb //Add();
}