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=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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -102,6 +102,17 @@
 
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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...
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to