[Mono-bugs] [Bug 73012][Nor] Changed - PINVOKE calls from unmanaged to managed don't marshal arrays

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 15:11:28 -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 vargaz@gmail.com.

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

--- shadow/73012	2005-02-25 05:04:36.000000000 -0500
+++ shadow/73012.tmp.2329	2005-02-25 15:11:28.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 73012
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: WinXP with MS.NET1.1 and MONO1.1.3
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+Component: misc
+AssignedTo: vargaz@gmail.com                            
 ReportedBy: ximian.10.christofp@spamgourmet.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: PINVOKE calls from unmanaged to managed don't marshal arrays
@@ -160,6 +160,9 @@
 {
    printf("2. Call of the unmanaged function ...");
    printf("3. We will call the managed callback ...");
    int ret = callBack(argc, argv);
    printf("5. Callback returned %d", ret);
 }
+
+------- Additional Comments From vargaz@gmail.com  2005-02-25 15:11 -------
+-> runtime