[Mono-bugs] [Bug 69820][Min] New - test-50 results in EntryPointNotFoundException (reference to unmaanged dll)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Nov 2004 22:57:25 -0500 (EST)


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 atsushi@ximian.com.

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

--- shadow/69820	2004-11-22 22:57:24.000000000 -0500
+++ shadow/69820.tmp.28436	2004-11-22 22:57:24.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 69820
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 2000
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: atsushi@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: test-50 results in EntryPointNotFoundException (reference to unmaanged dll)
+
+test-50.cs in mcs/tests compiles but does not run successfully with mono
+runtime, while it does under MS.NET. It contains extern to user32.dll.
+
+$ mono dir-mcs/test-50.exe
+
+Unhandled Exception: System.EntryPointNotFoundException: MessageBox
+in <0x0004d> (wrapper managed-to-native) Blah:MessageBox
+(int,string,string,int)
+
+in <0x00018> Blah:Main ()
+
+(It might not be runtime problem but mcs tests problem.)