[Mono-bugs] [Bug 69379][Blo] Changed - mono fails to execute the program and exits with anomalous error message

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Nov 2004 18:14:05 -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=69379

--- shadow/69379	2004-11-11 17:14:42.000000000 -0500
+++ shadow/69379.tmp.29407	2004-11-11 18:14:05.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 69379
 Product: Mono: Runtime
 Version: 1.0
 OS: unknown
 OS Details: ubuntu Linux 2.6.8.1-3-k7
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: csali@tiscali.it               
 QAContact: mono-bugs@ximian.com
@@ -58,6 +58,9 @@
 ------- Additional Comments From vargaz@freemail.hu  2004-11-11 17:14 -------
 UnmanagedType.BSTR is for interoperating with COM on windows, and mono
 does not support that at all. You probably want to use
 UnmanagedType.LPStr (for C char*), or UnmanagedType.LPWStr (for
 C wchar or gunichar2).
 
+
+------- Additional Comments From vargaz@gmail.com  2004-11-11 18:14 -------
+So this will not be fixed.