[Mono-bugs] [Bug 49802][Wis] New - do_mono_metadata_parse_type lacks support for CMOD_OPT

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 14:48:33 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/49802	2003-10-17 14:48:33.000000000 -0400
+++ shadow/49802.tmp.5966	2003-10-17 14:48:33.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 49802
+Product: Mono/Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: do_mono_metadata_parse_type lacks support for CMOD_OPT
+
+Delphi uses the CMOD_OPT modifier on types (that means that we are free to
+ignore it, but we have to parse it).
+
+The sample happens with a Delphi.NET application:
+
+Newbie question:
+
+How should I run Wine dependent mono apps?
+I tried to run a few Win32 (VCL.NET) dependent apps
+- created with Delphi.NET - in the usual way and got the error:
+
+  type 0x20 not handled in do_mono_metadata_parse_type
+
+Any hints?