On 11/25/02 Fran�ois-Denis Gonthier wrote: > Hacking System.Windows.Forms.dll I've got this message while compiling in > Linux: > > ** Message: Unknown heap type: #- [...] > My code compiles just fine, no warnings. Chances are that it's related to > Mono _and_ Wine so I'm not really sure how I could do a simpler test case. > You will also get that error trying to run an app with current S.W.F. CVS. > > ... any clues? Shall I post a bugzilla?
#- is a format of the metadata tables that is not documented, it is produced in some cases by the ms compilers. Tell the compilers to produce ECMA-compliant binaries (disabling debug mode or whatever is needed). Or you can study the format and add support to the mono metadata loader:-) lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
