Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > C++ Programming
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old February 4th, 2006, 11:07 AM
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





Similar Threads
Thread Thread Starter Forum Replies Last Post
version of CLR yugi9966 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 4 December 3rd, 2008 06:11 AM
Clr Error? hat Visual C++ 2005 0 January 10th, 2008 01:08 PM
.NET 3.5 CLR Vx General .NET 0 July 21st, 2007 02:50 PM
[V/S 2005] [CLR Error] manju.cdtech Visual Studio 2005 0 March 15th, 2007 12:04 AM
CLR Integration timstspry BOOK: Professional SQL Server 2005 Reporting Services ISBN: 0-7645-8497-9 0 October 13th, 2006 11:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.