[Mono-bugs] [Bug 29193][Cri] New - Lookups of events in external libraries not working.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Aug 2002 20:34:13 -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=29193

--- shadow/29193	Tue Aug 20 16:34:13 2002
+++ shadow/29193.tmp.17463	Tue Aug 20 16:34:13 2002
@@ -0,0 +1,28 @@
+Bug#: 29193
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Critical
+Component: Misc
+AssignedTo: martin@gnome.org                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Lookups of events in external libraries not working. 
+
+Ok, I got this, this is a bug that we had already fixed a long time
+ago, but that we do not have a test suite for, as it involves 2 files in
+the process, and this is why it went unnoticed.
+
+   Do this:
+
+        mcs -target:library library.cs
+        mcs program.cs -r:library.dll
+
+You will get the error there about an event not being there, when it is.