[Mono-bugs] [Bug 34311][Nor] New - Int to IntPtr is not covered in the spec.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Nov 2002 02:46:03 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=34311

--- shadow/34311	Tue Nov 19 21:46:03 2002
+++ shadow/34311.tmp.1240	Tue Nov 19 21:46:03 2002
@@ -0,0 +1,30 @@
+Bug#: 34311
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Int to IntPtr is not covered in the spec.
+
+The compilation of Windows.Forms currently depends on the IntPtr cast support.
+
+We are running into a problem:
+
+
+ (IntPtr) SetWindowPosZOrder.HWND_NOTOPMOST,
+
+That code can not perform a cast to IntPtr, am not sure why, but the big
+problem is that there is no specification about how to handle this in the spec.
+
+
+Tomorrow I will research this problem.