dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #8207] System.IntPtr casts not compatible with V


From: Russell Stuart
Subject: [Pnet-developers] [bugs #8207] System.IntPtr casts not compatible with VS
Date: Fri, 19 Mar 2004 08:50:33 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021224

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #8207] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8207>
Project: DotGNU Portable.NET
Submitted by: Russell Stuart
On: Fri 03/19/04 at 13:50

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  System.IntPtr casts not compatible with VS

Original Submission:  This code compiles on VS without errors or warnings.  It 
does not compile under PNet.

class X {
  System.IntPtr b = (System.IntPtr)null;
  void x(System.IntPtr z) {
    x((System.IntPtr)null);
  }
}












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8207>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]