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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80521 --- shadow/80521 2007-01-15 13:21:21.000000000 -0500 +++ shadow/80521.tmp.9139 2007-01-15 13:22:53.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.0 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Minor Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -53,6 +53,15 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-01-15 13:21 ------- Created an attachment (id=18497) library code + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-15 13:22 ------- +Compile: +mcs lib.cs -t:library -out:lib.dll +mcs app.cs -t:exe -out:app.exe -r:lib.dll +rm lib.dll +./app.exe + +It will generate mentioned report. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
