[Mono-bugs] [Bug 76752][Nor] Changed - Loading DLL into AppDomain from a Delphi.NET assembly crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 10 10:58:21 EST 2006


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 christiank at ict.om.org.

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

--- shadow/76752	2005-11-22 10:03:24.000000000 -0500
+++ shadow/76752.tmp.5307	2006-01-10 10:58:21.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 76752
 Product: Mono: Runtime
 Version: 1.1
 OS: Windows XP
 OS Details: SP2; breaks also on Linux (Fedora Core2)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: christiank at ict.om.org               
 QAContact: mono-bugs at ximian.com
@@ -102,6 +102,17 @@
 
 
 
 ------- Additional Comments From lluis at ximian.com  2005-11-22 10:03 -------
 AFAIK, our remoting support in the jit only remotes virtual calls. I
 don't know what needs to be done to support nonvirtual calls as well.
+
+------- Additional Comments From christiank at ict.om.org  2006-01-10 10:58 -------
+Thanks. This gave me the right clue!
+
+I have to make the SayHello virtual to make this work with Delphi.NET 
+on mono:
+  procedure SayHello; virtual;
+
+Somehow strange that I don't have to do this in the C# program but I 
+need to do this in the Delphi.NET program. However, when run on MS.NET 
+1.1 I don't need to do that with the Delphi.NET program...


More information about the mono-bugs mailing list