problem using "string"(CLR project)
hi
i built a clr project,and i have some code below like this :
-----
String ^jc = gcnew String(pHeader->m_pReportV3[i].m_szName);
-----
then i have the exception below:
-----
"The pointer passed in as a String must not be in the bottom 64K of the process's address space."
-----
i can't understand this,so help me,thanks
|