My MFC code has a function:
SelectItems(CDWordArray & awTop);
I invoke this thorugh another CPP project, as:
array< unsigned int >^ selectedItems;
DWORD cnt = m_handle->SelectItems(selectedItems);
But i get error
can not convert parameter 1 from 'cli::array<Type>^' to 'CDWordArray &'