View Single Post
  #1 (permalink)  
Old February 4th, 2006, 11:07 AM
rsm1235 rsm1235 is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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

Reply With Quote